Esempio n. 1
0
 public static void Pause()
 {
     Console.WriteLine("Press any key to continue...");
     Console.ReadKey(true);
 }
Esempio n. 2
0
 public static void Exit()
 {
     Console.WriteLine("Press any key to exit...");
     Console.ReadKey(true);
     System.Windows.Forms.Application.Exit();
 }