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

AppleDocMergeWindow.designer.cs - github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c64520a9dcd3c1e8f8fce5f673d0604e1c2f03f (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
// 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 ("AppleDocMergeWindowController")]
	partial class AppleDocMergeWindowController
	{
		[Outlet]
		AppKit.NSProgressIndicator ProgressWidget { get; set; }

		[Outlet]
		AppKit.NSTextField WizardText { get; set; }

		[Outlet]
		AppKit.NSButton WizardButton { get; set; }
		
		void ReleaseDesignerOutlets ()
		{
			if (ProgressWidget != null) {
				ProgressWidget.Dispose ();
				ProgressWidget = null;
			}

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

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

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