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

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadalyn Coryea <madalyn.coryea@xamarin.com>2017-01-25 01:45:21 +0300
committerMadalyn Coryea <madalyn.coryea@xamarin.com>2017-01-31 23:30:38 +0300
commit39413c7546d3d13f36818c301e97de69b499483b (patch)
tree383aece69f092b28625880cf229878dcc972d63c /Xamarin.PropertyEditing.Mac/PropertyEditorPanel.designer.cs
parent9f6cd10091fe481446c42072b5567071952a6b8a (diff)
Initial setup to get the panel loaded
Diffstat (limited to 'Xamarin.PropertyEditing.Mac/PropertyEditorPanel.designer.cs')
-rw-r--r--Xamarin.PropertyEditing.Mac/PropertyEditorPanel.designer.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.designer.cs b/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.designer.cs
new file mode 100644
index 0000000..1dd8e85
--- /dev/null
+++ b/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.designer.cs
@@ -0,0 +1,9 @@
+namespace Xamarin.PropertyEditing.Mac
+{
+
+ // Should subclass AppKit.NSView
+ [Foundation.Register ("PropertyEditorPanel")]
+ public partial class PropertyEditorPanel
+ {
+ }
+}