public void GoToSingleMode()
 {
     _app.GoToSingleGame();
 }
Exemple #2
0
 public void GoToSingleMode()
 {
     _appController.GoToSingleGame();
 }