NBTExplorer/NBTExplorerMac/Mac/EditValue.designer.cs

32 lines
731 B
C#
Raw Normal View History

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-05 04:12:15 +00:00
namespace NBTExplorer.Mac
{
2012-11-05 04:18:25 +00:00
[Register ("EditValue")]
partial class EditValue
2012-11-05 04:12:15 +00:00
{
2012-11-05 04:18:25 +00:00
[Outlet]
MonoMac.AppKit.NSTextField _valueField { get; set; }
2012-11-05 04:12:15 +00:00
2012-11-05 04:18:25 +00:00
[Action ("ActionOK:")]
partial void ActionOK (MonoMac.Foundation.NSObject sender);
2012-11-05 04:12:15 +00:00
2012-11-05 04:18:25 +00:00
[Action ("ActionCancel:")]
partial void ActionCancel (MonoMac.Foundation.NSObject sender);
void ReleaseDesignerOutlets ()
{
if (_valueField != null) {
_valueField.Dispose ();
_valueField = null;
}
}
}
}