Ejemplo n.º 1
0
 public void Start()
 {
     Console.WriteLine("\t\tВаше поле");
     PlayerTable.Show(PlayerShips);
     Console.SetCursorPosition(60, 0);
     Console.WriteLine("\t\tПоле компьютера");
     ComputerTable.ShowWithCursorParametr(PlayerShips, 60, 0);
     ProccessArrangement();
 }