Method | Description | |
---|---|---|
Board ( int nrows, int ncols ) : System | ||
SetClick ( int nr, int nc ) : void | ||
SetEmpty ( int nr, int nc ) : void | ||
SetEmptyCell ( int nr, int nc ) : void | ||
ToLines ( ) : IList |
Method | Description | |
---|---|---|
ToLine ( int nrow ) : string |
public Board ( int nrows, int ncols ) : System | ||
nrows | int | |
ncols | int | |
return | System |
public SetEmptyCell ( int nr, int nc ) : void | ||
nr | int | |
nc | int | |
return | void |