Click or drag to resize
BoardsetCurrentPlayer Method
Sets the current Player for this Board.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void setCurrentPlayer(
	Player player
)

Parameters

player
Type: VikingChess.ModelPlayer
The Player to set as the currentPlayer of this Board.
See Also