Click or drag to resize
NodesetWin Method
Sets the win status of this Node

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void setWin(
	bool winStatus
)

Parameters

winStatus
Type: SystemBoolean
The Boolean win status to set.
See Also