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

« back to all changes in this revision

Viewing changes to external/monomac/samples/CFNetwork/Views/CheckHeadersView.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 ("CheckHeadersViewController")]
 
12
        partial class CheckHeadersViewController
 
13
        {
 
14
                [Outlet]
 
15
                MonoMac.AppKit.NSTableView HeaderTable { get; set; }
 
16
                
 
17
                void ReleaseDesignerOutlets ()
 
18
                {
 
19
                        if (HeaderTable != null) {
 
20
                                HeaderTable.Dispose ();
 
21
                                HeaderTable = null;
 
22
                        }
 
23
                }
 
24
        }
 
25
 
 
26
        [Register ("CheckHeadersView")]
 
27
        partial class CheckHeadersView
 
28
        {
 
29
                
 
30
                void ReleaseDesignerOutlets ()
 
31
                {
 
32
                }
 
33
        }
 
34
}