Esempio n. 1
0
 public void GameOver()
 {
     BattleShipView.ShotCounter = PlayerModel.ShotCounter;
     BattleShipView.GameOver();
 }
Esempio n. 2
0
 public void ShowMessages()
 {
     BattleShipView.ShowMessages();
 }
Esempio n. 3
0
 public void ShowBoard()
 {
     BattleShipView.Text = DisplayBoard(ComputerModel.Sea, Show);
     BattleShipView.Show();
 }