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

EnumEditorControl.cs « Xamarin.PropertyEditing.Windows - github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3861fa954bde91d94553c717bc47c4f08bab73b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace Xamarin.PropertyEditing.Windows
{
	internal class EnumEditorControl
		: PropertyEditorControl
	{
		public EnumEditorControl ()
		{
			DefaultStyleKey = typeof(EnumEditorControl);
		}
	}
}