C# Class Minesweeper.Master

Afficher le fichier Open project: ajlopez/TddRocks

Méthodes publiques

Méthode Description
Solve ( int nrows, int ncols, int nmines ) : object

Private Methods

Méthode Description
Generate ( int nrows, int ncols, int height, int width, int rest ) : object

Method Details

Solve() public méthode

public Solve ( int nrows, int ncols, int nmines ) : object
nrows int
ncols int
nmines int
Résultat object