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

NumericEditorControl.cs « Xamarin.PropertyEditing.Windows - github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ec13b30e6af573820581a62dc2767aa80ee5f34 (plain)
1
2
3
4
5
6
7
namespace Xamarin.PropertyEditing.Windows
{
	public class NumericEditorControl
		: PropertyEditorControl
	{
	}
}