メインメニューを開く

差分

編集の要約なし
statusItem.Image = new NSImage(Path.Combine(NSBundle.MainBundle.BundlePath, "Contents", "Resources", "CDx18.png"));
// アイコンをダブルクリックされたらこのアプリを終了するアイコンがダブルクリックされたらこのアプリを終了する
statusItem.DoubleClick += (object sender, EventArgs e) => {
NSApplication.SharedApplication.Terminate(this);
{{stub}}
[[category:MonoMac]]
[[category:Xamarin.Mac]]
匿名利用者