-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirSearchClient_iOSViewController.designer.cs
109 lines (97 loc) · 2.36 KB
/
DirSearchClient_iOSViewController.designer.cs
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
// WARNING
//
// This file has been generated automatically by Xamarin Studio from the outlets and
// actions declared in your storyboard file.
// Manual changes to this file will not be maintained.
//
using System;
using Foundation;
using UIKit;
using System.CodeDom.Compiler;
namespace DirSearchClient_iOS
{
[Register ("DirSearchClientiOSViewController")]
partial class DirSearchClientiOSViewController
{
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UILabel GivenLabel { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UILabel GivenResult { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UILabel PhoneLabel { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UILabel PhoneResult { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UIButton SearchButton { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UITextField SearchTermText { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UILabel StatusResult { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UILabel SurnameLabel { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UILabel SurnameResult { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UILabel UpnLabel { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UILabel UpnResult { get; set; }
void ReleaseDesignerOutlets ()
{
if (GivenLabel != null) {
GivenLabel.Dispose ();
GivenLabel = null;
}
if (GivenResult != null) {
GivenResult.Dispose ();
GivenResult = null;
}
if (PhoneLabel != null) {
PhoneLabel.Dispose ();
PhoneLabel = null;
}
if (PhoneResult != null) {
PhoneResult.Dispose ();
PhoneResult = null;
}
if (SearchButton != null) {
SearchButton.Dispose ();
SearchButton = null;
}
if (SearchTermText != null) {
SearchTermText.Dispose ();
SearchTermText = null;
}
if (StatusResult != null) {
StatusResult.Dispose ();
StatusResult = null;
}
if (SurnameLabel != null) {
SurnameLabel.Dispose ();
SurnameLabel = null;
}
if (SurnameResult != null) {
SurnameResult.Dispose ();
SurnameResult = null;
}
if (UpnLabel != null) {
UpnLabel.Dispose ();
UpnLabel = null;
}
if (UpnResult != null) {
UpnResult.Dispose ();
UpnResult = null;
}
}
}
}