jellyfin/MediaBrowser.Server.Mac/AppController.designer.cs

28 lines
616 B
C#
Raw Normal View History

2014-11-21 18:13:21 +01: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;
2014-11-21 18:20:28 +01:00
namespace MediaBrowser.Server.Mac
2014-11-21 18:13:21 +01:00
{
partial class AppController
{
[Outlet]
MonoMac.AppKit.NSMenu statusMenu { get; set; }
[Action ("HelloWorld:")]
partial void HelloWorld (MonoMac.Foundation.NSObject sender);
void ReleaseDesignerOutlets ()
{
if (statusMenu != null) {
statusMenu.Dispose ();
statusMenu = null;
}
}
}
}