-
Notifications
You must be signed in to change notification settings - Fork 14
/
ViewController.designer.cs
44 lines (36 loc) · 1.25 KB
/
ViewController.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
// WARNING
//
// This file has been generated automatically by Visual Studio to store outlets and
// actions made in the UI designer. If it is removed, they will be lost.
// Manual changes to this file may not be handled correctly.
//
using Foundation;
using System.CodeDom.Compiler;
namespace Client.OSX
{
[Register ("ViewController")]
partial class ViewController
{
[Outlet]
AppKit.NSTextField lblResults { get; set; }
[Action ("btnAsync_Click:")]
partial void btnAsync_Click (Foundation.NSObject sender);
[Action ("btnAuth_Click:")]
partial void btnAuth_Click (Foundation.NSObject sender);
[Action ("btnEncrypted_Click:")]
partial void btnEncrypted_Click (Foundation.NSObject sender);
[Action ("btnGateway_Click:")]
partial void btnGateway_Click (Foundation.NSObject sender);
[Action ("btnJwt_Click:")]
partial void btnJwt_Click (Foundation.NSObject sender);
[Action ("btnSync_Click:")]
partial void btnSync_Click (Foundation.NSObject sender);
void ReleaseDesignerOutlets ()
{
if (lblResults != null) {
lblResults.Dispose ();
lblResults = null;
}
}
}
}