Ejemplo n.º 1
0
 private void UpdateStatistics()
 {
     statusRight.Content = $"Cells {sudoku.NumberOfOpenCells()}/{sudoku.NumberOfFilledCells()} (empty/filled)";
 }