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

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-02-15 16:51:17 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-02-15 21:29:51 +0400
commit841d29fb4c99c79715a8ad0b88b9974a871de5e7 (patch)
tree44845ef76c010158c277cd8f31662dc427e97f75 /BookmarkAssistant.designer.cs
parent50f1869f63642b70323e6b0598af48e3fbc9df94 (diff)
[macdoc] Add bookmark manager
Diffstat (limited to 'BookmarkAssistant.designer.cs')
-rw-r--r--BookmarkAssistant.designer.cs42
1 files changed, 42 insertions, 0 deletions
diff --git a/BookmarkAssistant.designer.cs b/BookmarkAssistant.designer.cs
new file mode 100644
index 0000000..f985fc2
--- /dev/null
+++ b/BookmarkAssistant.designer.cs
@@ -0,0 +1,42 @@
+// WARNING
+//
+// This file has been generated automatically by MonoDevelop to store outlets and
+// actions made in the Xcode designer. If it is removed, they will be lost.
+// Manual changes to this file may not be handled correctly.
+//
+using MonoMac.Foundation;
+
+namespace macdoc
+{
+ [Register ("BookmarkAssistant")]
+ partial class BookmarkAssistant
+ {
+ [Outlet]
+ MonoMac.AppKit.NSTableView bookmarkTableView { get; set; }
+
+ [Outlet]
+ MonoMac.AppKit.NSButtonCell bookmarkTableDeleteBtn { get; set; }
+
+ void ReleaseDesignerOutlets ()
+ {
+ if (bookmarkTableView != null) {
+ bookmarkTableView.Dispose ();
+ bookmarkTableView = null;
+ }
+
+ if (bookmarkTableDeleteBtn != null) {
+ bookmarkTableDeleteBtn.Dispose ();
+ bookmarkTableDeleteBtn = null;
+ }
+ }
+ }
+
+ [Register ("BookmarkAssistantController")]
+ partial class BookmarkAssistantController
+ {
+
+ void ReleaseDesignerOutlets ()
+ {
+ }
+ }
+}