List of all members.
Classes |
class | CellTextBox |
| InkEdit Modified control for the Sudoku Control.
|
Public Member Functions |
| SudokuGrid () |
| Constructor of the sudoku grid. This not draw any cell.
|
void | generateControls (SudokuData sudoku) |
| Arrange the buttons in a grid on the form.
|
void | WriteNumbers () |
| Method that draw the numbers of the Matrix data into the controls.
|
Public Attributes |
SudokuData | mySudoku |
| A link to the sudoku data.
|
Protected Member Functions |
override void | Dispose (bool disposing) |
| Limpiar los recursos que se estén utilizando.
|
Constructor & Destructor Documentation
Constructor of the sudoku grid. This not draw any cell.
Member Function Documentation
Limpiar los recursos que se estén utilizando.
- Parameters:
-
disposing | true si los recursos administrados se deben eliminar; false en caso contrario, false. |
Arrange the buttons in a grid on the form.
- Parameters:
-
sudoku | Sudoku Object with data |
Method that draw the numbers of the Matrix data into the controls.
Member Data Documentation
A link to the sudoku data.
The documentation for this class was generated from the following files:
- MainSudoku/SudokuGrid.cs
- MainSudoku/SudokuGrid.Designer.cs