~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/monomac/samples/CFNetwork/MainWindow.designer.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// WARNING
 
2
//
 
3
// This file has been generated automatically by MonoDevelop to store outlets and
 
4
// actions made in the Xcode designer. If it is removed, they will be lost.
 
5
// Manual changes to this file may not be handled correctly.
 
6
//
 
7
using MonoMac.Foundation;
 
8
 
 
9
namespace MonoMac.CFNetwork.Test
 
10
{
 
11
        [Register ("MainWindowController")]
 
12
        partial class MainWindowController
 
13
        {
 
14
                [Outlet]
 
15
                MonoMac.AppKit.NSTextField StatusLabel { get; set; }
 
16
 
 
17
                [Outlet]
 
18
                MonoMac.AppKit.NSView View { get; set; }
 
19
 
 
20
                [Outlet]
 
21
                MonoMac.AppKit.NSView URLView { get; set; }
 
22
                
 
23
                void ReleaseDesignerOutlets ()
 
24
                {
 
25
                        if (StatusLabel != null) {
 
26
                                StatusLabel.Dispose ();
 
27
                                StatusLabel = null;
 
28
                        }
 
29
 
 
30
                        if (View != null) {
 
31
                                View.Dispose ();
 
32
                                View = null;
 
33
                        }
 
34
 
 
35
                        if (URLView != null) {
 
36
                                URLView.Dispose ();
 
37
                                URLView = null;
 
38
                        }
 
39
                }
 
40
        }
 
41
 
 
42
        [Register ("MainWindow")]
 
43
        partial class MainWindow
 
44
        {
 
45
                
 
46
                void ReleaseDesignerOutlets ()
 
47
                {
 
48
                }
 
49
        }
 
50
}