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

« back to all changes in this revision

Viewing changes to external/monomac/samples/CFNetwork/Views/LogViewer.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 ("LogViewerController")]
 
12
        partial class LogViewerController
 
13
        {
 
14
                [Outlet]
 
15
                MonoMac.AppKit.NSTextView Text { get; set; }
 
16
 
 
17
                [Action ("Clear:")]
 
18
                partial void Clear (MonoMac.Foundation.NSObject sender);
 
19
 
 
20
                [Action ("Quit:")]
 
21
                partial void Quit (MonoMac.Foundation.NSObject sender);
 
22
                
 
23
                void ReleaseDesignerOutlets ()
 
24
                {
 
25
                        if (Text != null) {
 
26
                                Text.Dispose ();
 
27
                                Text = null;
 
28
                        }
 
29
                }
 
30
        }
 
31
 
 
32
        [Register ("LogViewer")]
 
33
        partial class LogViewer
 
34
        {
 
35
                
 
36
                void ReleaseDesignerOutlets ()
 
37
                {
 
38
                }
 
39
        }
 
40
}