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