Esempio n. 1
0
 protected override void OnExit(ExitEventArgs e)
 {
     AppContext.NotifyIcon?.Dispose();
     NTMinerRoot.Instance.Exit();
     HttpServer.Stop();
     base.OnExit(e);
     NTMinerConsole.Hide();
 }
Esempio n. 2
0
 protected override void OnExit(ExitEventArgs e)
 {
     AppContext.NotifyIcon?.Dispose();
     NTMinerRoot.Instance.Exit();
     HttpServer.Stop();
     if (createdNew)
     {
         Server.ControlCenterService.CloseServices();
     }
     base.OnExit(e);
     NTMinerConsole.Hide();
 }