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

« back to all changes in this revision

Viewing changes to external/monomac/samples/CFNetwork/Views/URLView.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.Views
 
10
{
 
11
        [Register ("URLViewController")]
 
12
        partial class URLViewController
 
13
        {
 
14
                [Outlet]
 
15
                MonoMac.AppKit.NSComboBox URLBox { get; set; }
 
16
 
 
17
                [Outlet]
 
18
                MonoMac.AppKit.NSTextField StatusLabel { get; set; }
 
19
 
 
20
                [Action ("Load:")]
 
21
                partial void Load (MonoMac.Foundation.NSObject sender);
 
22
 
 
23
                [Action ("Stop:")]
 
24
                partial void Stop (MonoMac.Foundation.NSObject sender);
 
25
                
 
26
                void ReleaseDesignerOutlets ()
 
27
                {
 
28
                        if (URLBox != null) {
 
29
                                URLBox.Dispose ();
 
30
                                URLBox = null;
 
31
                        }
 
32
 
 
33
                        if (StatusLabel != null) {
 
34
                                StatusLabel.Dispose ();
 
35
                                StatusLabel = null;
 
36
                        }
 
37
                }
 
38
        }
 
39
 
 
40
        [Register ("URLView")]
 
41
        partial class URLView
 
42
        {
 
43
                
 
44
                void ReleaseDesignerOutlets ()
 
45
                {
 
46
                }
 
47
        }
 
48
}