Click or drag to resize

Timer(Boolean) Constructor

Constructor.

Namespace: ZylSoft.Timers
Assembly: ZylTimer (in ZylTimer.dll) Version: 1.31.8797.18884
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public Timer(
	bool enabled
)

Parameters

enabled  Boolean
When this parameter is true, the timer will be enabled after the creation.
See Also