Beispiel #1
0
 public void    PrintBoard()
 {
     updateBoard();
     m_View.ClearScreen();
     m_View.PrintBoard();
 }