コード例 #1
0
ファイル: App.xaml.cs プロジェクト: noto0648/Namalert
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     _notifyIcon = new NotifyIconWPF();
 }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: noto0648/Namalert
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     _notifyIcon = new NotifyIconWPF();
 }