mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-01-10 01:46:24 +00:00
f6aeb77ffe
Conflicts: NBTExplorer.csproj Restructuring project
27 lines
687 B
C#
27 lines
687 B
C#
// 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 MonoMac.Foundation;
|
|
|
|
namespace NBTExplorer
|
|
{
|
|
[Register ("AppDelegate")]
|
|
partial class AppDelegate
|
|
{
|
|
[Action ("ActionRename:")]
|
|
partial void ActionRename (MonoMac.Foundation.NSObject sender);
|
|
|
|
[Action ("ActionEditValue:")]
|
|
partial void ActionEditValue (MonoMac.Foundation.NSObject sender);
|
|
|
|
[Action ("ActionDelete:")]
|
|
partial void ActionDelete (MonoMac.Foundation.NSObject sender);
|
|
|
|
void ReleaseDesignerOutlets ()
|
|
{
|
|
}
|
|
}
|
|
}
|