-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInBoxViewController.designer.cs
More file actions
64 lines (54 loc) · 1.89 KB
/
InBoxViewController.designer.cs
File metadata and controls
64 lines (54 loc) · 1.89 KB
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
// 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 Foundation;
using System;
using System.CodeDom.Compiler;
using UIKit;
namespace Xamarin_SDK_Sample.iOS
{
[Register ("InBoxViewController")]
partial class InBoxViewController
{
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UIBarButtonItem ArchiveMessageButton { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UITableView InBoxTableView { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UIBarButtonItem MarkAsReadButton { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UIToolbar ToolBar { get; set; }
[Action ("ArchiveMessageButton_Activated:")]
[GeneratedCode ("iOS Designer", "1.0")]
partial void ArchiveMessageButton_Activated (UIKit.UIBarButtonItem sender);
[Action ("MarkAsReadButton_Activated:")]
[GeneratedCode ("iOS Designer", "1.0")]
partial void MarkAsReadButton_Activated (UIKit.UIBarButtonItem sender);
void ReleaseDesignerOutlets ()
{
if (ArchiveMessageButton != null) {
ArchiveMessageButton.Dispose ();
ArchiveMessageButton = null;
}
if (InBoxTableView != null) {
InBoxTableView.Dispose ();
InBoxTableView = null;
}
if (MarkAsReadButton != null) {
MarkAsReadButton.Dispose ();
MarkAsReadButton = null;
}
if (ToolBar != null) {
ToolBar.Dispose ();
ToolBar = null;
}
}
}
}