Exemplo n.º 1
0
 private static void Main()
 {
     using (var game = new ChessGame())
     {
         game.Run();
     }
 }