コード例 #1
0
 private static void Close()
 {
     if (!_isClosed)
     {
         _isClosed = true;
         HttpServer.Stop();
         _sMutexApp?.Dispose();
         NotifyIcon?.Dispose();
     }
 }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: TimeYM/ntminer
 protected override void OnExit(ExitEventArgs e)
 {
     notifyIcon?.Dispose();
     NTMinerRoot.Current.Exit();
     base.OnExit(e);
 }