Click or drag to resize

CustomTimer(Boolean) Constructor

Constructor.

Namespace: ZylSoft.Timers
Assembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public CustomTimer(
	bool enabled
)

Parameters

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