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

AppleDocWizard.designer.cs « AppleDocWizard - github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4db88df0dbf2034a8269a927731a012582f892d5 (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
// 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 ("AppleDocWizard")]
	partial class AppleDocWizard
	{
		[Outlet]
		MonoMac.AppKit.NSTextField extraStageInfoLabel { get; set; }

		[Outlet]
		MonoMac.AppKit.NSProgressIndicator progressIndicator { get; set; }

		[Outlet]
		MonoMac.AppKit.NSTextField stageLabel { get; set; }

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

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

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

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