mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-01-10 09:56:25 +00:00
41 lines
873 B
C#
41 lines
873 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 ("EditNameWindowController")]
|
||
|
partial class EditNameWindowController
|
||
|
{
|
||
|
[Outlet]
|
||
|
MonoMac.AppKit.NSTextField _textField { get; set; }
|
||
|
|
||
|
[Action ("OkayAction:")]
|
||
|
partial void OkayAction (MonoMac.Foundation.NSObject sender);
|
||
|
|
||
|
[Action ("CancelAction:")]
|
||
|
partial void CancelAction (MonoMac.Foundation.NSObject sender);
|
||
|
|
||
|
void ReleaseDesignerOutlets ()
|
||
|
{
|
||
|
if (_textField != null) {
|
||
|
_textField.Dispose ();
|
||
|
_textField = null;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
[Register ("EditNameWindow")]
|
||
|
partial class EditNameWindow
|
||
|
{
|
||
|
|
||
|
void ReleaseDesignerOutlets ()
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|