Пример #1
0
 private void ShowGameInfo()
 {
     Presenter.Clear();
     Presenter.ShowGrid(this.Machine.Grid);
     Presenter.ShowPlayerStats(this.Player, GetLastWon());
     Presenter.ShowGameHistory(gameHistory);
 }