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

IMockedControl.cs « Xamarin.PropertyEditing.Windows.Standalone - github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3edab639331676d1c4d30d6337141ab07d81555a (plain)
1
2
3
4
5
6
7
namespace Xamarin.PropertyEditing.Windows.Standalone
{
	interface IMockedControl
	{
		object MockedControl { get; }
	}
}