NBTExplorer/Mac/EditValue.designer.cs
Justin Aquadro f6aeb77ffe Merge commit '491b13aec3002d075f9dc7bc3c05833951234176' into mac-ui
Conflicts:
	NBTExplorer.csproj
Restructuring project
2012-11-04 23:34:59 -05:00

31 lines
731 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.Mac
{
[Register ("EditValue")]
partial class EditValue
{
[Outlet]
MonoMac.AppKit.NSTextField _valueField { get; set; }
[Action ("ActionOK:")]
partial void ActionOK (MonoMac.Foundation.NSObject sender);
[Action ("ActionCancel:")]
partial void ActionCancel (MonoMac.Foundation.NSObject sender);
void ReleaseDesignerOutlets ()
{
if (_valueField != null) {
_valueField.Dispose ();
_valueField = null;
}
}
}
}