Exemple #1
0
 private void MainForm_Load(object sender, EventArgs e)
 {
     MainGrid = new SudokuGrid(GRID_SIZE, CELL_SIZE, 20, 40, this);
 }
Exemple #2
0
 public Form1()
 {
     InitializeComponent();
     grid = new SudokuGrid();
 }