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