示例#1
0
 /// <summary>
 /// Kills the application.
 /// </summary>
 public static void Kill()
 {
     //TODO: Add any needed deconstruction here.
     Game.Exit();
 }