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

FindBarExtraordinaire.designer.cs - github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36be3322a1d36b5a2da6d7b2a0aafa62e4cf8802 (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
46
47
48
49
50
51
52
53
54
55
56
// 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 ("FindBarExtraordinaire")]
	partial class FindBarExtraordinaire
	{
		[Outlet]
		AppKit.NSButton caseSensitiveButton { get; set; }

		[Outlet]
		AppKit.NSSearchField searchField { get; set; }

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

		[Action ("StartSearch:")]
		partial void StartSearch (Foundation.NSObject sender);

		[Action ("CloseFind:")]
		partial void CloseFind (Foundation.NSObject sender);
		
		void ReleaseDesignerOutlets ()
		{
			if (caseSensitiveButton != null) {
				caseSensitiveButton.Dispose ();
				caseSensitiveButton = null;
			}

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

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

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