差分

ナビゲーションに移動 検索に移動
編集の要約なし
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]]
匿名利用者

案内メニュー