Click or drag to resize
BoardInitializeBoard Method
Creates new Square objects at the appropriate location in the board array and defines the neighbours for each square.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void InitializeBoard()
See Also