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: d95a1d0e125d2b1f868de69d87e1cc2d0bb7657b (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
43
44
45
// 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 Foundation;

namespace macdoc
{
	[Register ("BookmarkAssistant")]
	partial class BookmarkAssistant
	{
		[Outlet]
		AppKit.NSTableView bookmarkTableView { get; set; }

		[Outlet]
		AppKit.NSButton deleteButton { get; set; }

		[Action ("DeleteButtonClicked:")]
		partial void DeleteButtonClicked (AppKit.NSButton sender);
		
		void ReleaseDesignerOutlets ()
		{
			if (bookmarkTableView != null) {
				bookmarkTableView.Dispose ();
				bookmarkTableView = null;
			}

			if (deleteButton != null) {
				deleteButton.Dispose ();
				deleteButton = null;
			}
		}
	}

	[Register ("BookmarkAssistantController")]
	partial class BookmarkAssistantController
	{
		
		void ReleaseDesignerOutlets ()
		{
		}
	}
}