Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Windows.RoutedEvent.cs « PresentationCore « FPF « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a685cc5c563984d982120c8bf18ace817f2b1ae5 (plain)
1
2
3
4
5
6
namespace System.Windows
{
	public  class RoutedEvent  : System.Object
	{
	}
}