Exemplo n.º 1
0
 public void Execute(CharacterData ch, string[] args)
 {
     ServerControl.Shutdown();
 }
Exemplo n.º 2
0
 private static void Console_CancelKeyPress(object sender, ConsoleCancelEventArgs e)
 {
     // Call Shutdown()
     ServerControl.Shutdown();
 }