C# Class TicTacToe.ConsoleGridRenderer

Afficher le fichier Open project: ElemarJR/TicTacToe Class Usage Examples

Méthodes publiques

Méthode Description
Render ( TicTacToe.Grid grid ) : void

Private Methods

Méthode Description
GetCell ( this grid, GridCells target ) : string

Method Details

Render() public static méthode

public static Render ( TicTacToe.Grid grid ) : void
grid TicTacToe.Grid
Résultat void