Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MainMenu.xib.designer.cs - github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2495ecea769a9b7db8a26f27ac1936e79112293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// WARNING
//
// This file has been generated automatically by MonoDevelop to store outlets and
// actions made in the Xcode designer. If it is removed, they will be lost.
// Manual changes to this file may not be handled correctly.
//
using Foundation;

namespace macdoc
{
	[Register ("AppDelegate")]
	partial class AppDelegate
	{
		[Action ("HandlePrint:")]
		partial void HandlePrint (Foundation.NSObject sender);

		[Action ("HandleSearch:")]
		partial void HandleSearch (Foundation.NSObject sender);

		[Action ("HandleFind:")]
		partial void HandleFind (AppKit.NSMenuItem sender);
		
		void ReleaseDesignerOutlets ()
		{
		}
	}
}