Example #1
0
 public void ClearAll()
 {
     game.ClearSodoku();
     LoadAvailableMoves();
     SodokuBoard.ClearGrid();
 }