Exemplo n.º 1
0
 private void Application_Exit(object sender, ExitEventArgs e)
 {
     LogHelper.WriteLog("程序关闭");
     UnitCore.GetInstance().Stop();
 }
Exemplo n.º 2
0
 private void Application_Exit(object sender, ExitEventArgs e)
 {
     IsExit = true;
     UnitCore.GetInstance().Stop();
 }