Click or drag to resize
ArdRiPagegameTimer_Tick Method
Controls the updating and display of the game timer.

Namespace: VikingChess
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void gameTimer_Tick(
	Object sender,
	Object e
)

Parameters

sender
Type: SystemObject
e
Type: SystemObject
See Also