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

IMockedControl.cs « Xamarin.PropertyEditing.Mac.Standalone - github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f0b62db921676d925de0748ff7dfea7fa71c4f2 (plain)
1
2
3
4
5
6
7
8
9
using System;

namespace Xamarin.PropertyEditing.Mac.Standalone
{
	interface IMockedControl
	{
		object MockedControl { get; }
	}
}