Exemple #1
0
 public void CleanupAndExit()
 {
     SystemTray.Destroy();
     Application.Exit();
     Environment.Exit(0);
 }