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

« back to all changes in this revision

Viewing changes to external/monomac/samples/CFNetwork/AppDelegate.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 ("AppDelegate")]
 
12
        partial class AppDelegate
 
13
        {
 
14
                [Action ("GetString:")]
 
15
                partial void GetString (MonoMac.Foundation.NSObject sender);
 
16
 
 
17
                [Action ("DownloadData:")]
 
18
                partial void DownloadData (MonoMac.Foundation.NSObject sender);
 
19
 
 
20
                [Action ("CheckHeaders:")]
 
21
                partial void CheckHeaders (MonoMac.Foundation.NSObject sender);
 
22
 
 
23
                [Action ("Benchmark:")]
 
24
                partial void Benchmark (MonoMac.Foundation.NSObject sender);
 
25
 
 
26
                [Action ("Preferences:")]
 
27
                partial void Preferences (MonoMac.Foundation.NSObject sender);
 
28
 
 
29
                [Action ("OpenLogViewer:")]
 
30
                partial void OpenLogViewer (MonoMac.Foundation.NSObject sender);
 
31
 
 
32
                [Action ("RunUnitTests:")]
 
33
                partial void RunUnitTests (MonoMac.Foundation.NSObject sender);
 
34
 
 
35
                [Action ("RestartServer:")]
 
36
                partial void RestartServer (MonoMac.Foundation.NSObject sender);
 
37
                
 
38
                void ReleaseDesignerOutlets ()
 
39
                {
 
40
                }
 
41
        }
 
42
}