Exemplo n.º 1
0
 public Chess(RoutedEventHandler ExitGame)
 {
     menu = new MenuWindow(NewGame, LoadGame, ExitGame);
     ShowMenu();
 }
Exemplo n.º 2
0
 public Chess(RoutedEventHandler ExitGame)
 {
     menu = new MenuWindow(NewGame, LoadGame, ExitGame);
     ShowMenu();
 }