Exemplo n.º 1
0
 public void ReportPlayBoardState()
 {
     if (PlayBoard.IsBoardReadyToPlay)
     {
         PlayBoard.ReportBoardState();
     }
     else
     {
         ReportTool.WriteLine("Playboard is not ready yet.");
     }
 }