2012-11-05 04:18:25 +00:00
|
|
|
// 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;
|
2012-11-04 01:36:12 +00:00
|
|
|
|
2012-11-05 04:18:25 +00:00
|
|
|
namespace NBTExplorer
|
2012-11-04 01:36:12 +00:00
|
|
|
{
|
2012-11-05 04:18:25 +00:00
|
|
|
[Register ("AppDelegate")]
|
|
|
|
partial class AppDelegate
|
2012-11-04 01:36:12 +00:00
|
|
|
{
|
2012-11-05 04:18:25 +00:00
|
|
|
[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 ()
|
|
|
|
{
|
|
|
|
}
|
2012-11-04 01:36:12 +00:00
|
|
|
}
|
|
|
|
}
|