Click or drag to resize
Counter Constructor
Constructs a new counter instance given all its parameters

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public Counter(
	int nValue,
	int nMin,
	int nMax
)

Parameters

nValue
Type: SystemInt32
Initial value of this counter
nMin
Type: SystemInt32
Minimum value of this counter
nMax
Type: SystemInt32
Maximum value of this counter
Remarks
This is called by the generated code that creates all the counter instances to initialize all the projects' counters
See Also