示例#1
0
 private void MainWindow_WillClose(object sender, EventArgs e)
 {
     Console.WriteLine("MainWindow_WillClose");
     WinForms.Exit();
     System.Diagnostics.Process.GetCurrentProcess().CloseMainWindow();
 }