Exemple #1
0
 static public void WaitAndExit()
 {
     System.Threading.Thread.Sleep(2000);
     ConsoleMgr.Stop();
     Environment.Exit(0);
 }