Ejemplo n.º 1
0
 private static void Close()
 {
     if (!_isClosed)
     {
         _isClosed = true;
         HttpServer.Stop();
         _sMutexApp?.Dispose();
         NotifyIcon?.Dispose();
     }
 }
Ejemplo n.º 2
0
 protected override void OnExit(ExitEventArgs e)
 {
     notifyIcon?.Dispose();
     NTMinerRoot.Current.Exit();
     base.OnExit(e);
 }