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

PropertyEditorPanel.designer.cs « Xamarin.PropertyEditing.Mac - github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1dd8e85d54097651e63aa67edeceea258aa0077a (plain)
1
2
3
4
5
6
7
8
9
namespace Xamarin.PropertyEditing.Mac
{

	// Should subclass AppKit.NSView
	[Foundation.Register ("PropertyEditorPanel")]
	public partial class PropertyEditorPanel
	{
	}
}