Click or drag to resize
VisualSimulatorbtnReset_Clicked Method
Distributed Algorithm Simulator
Resets all variables and counters.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void btnReset_Clicked(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
[Reset] button.
e
Type: SystemEventArgs
Event data.
See Also