Sudoku
 All Classes Namespaces Functions Variables Properties
Classes | Public Member Functions | Public Attributes | Protected Member Functions
MainSudoku.SudokuGrid Class Reference

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

override void MainSudoku.SudokuGrid.Dispose ( bool  disposing) [protected]

Limpiar los recursos que se estén utilizando.

Parameters:
disposingtrue si los recursos administrados se deben eliminar; false en caso contrario, false.

Arrange the buttons in a grid on the form.

Parameters:
sudokuSudoku 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: