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

BookmarkAssistant.designer.cs - github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f985fc285ea4592c00923b35ba54f1b0bfe5df1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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 ()
		{
		}
	}
}