mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
add mac files
This commit is contained in:
27
MediaBrowser.Server.Mac/AppController.designer.cs
generated
Normal file
27
MediaBrowser.Server.Mac/AppController.designer.cs
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
// 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 StatusMenu
|
||||
{
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user