Click or drag to resize
VisualSimulatorbtnFirst_Clicked Method
Distributed Algorithm Simulator
Jumps to the first step of the execution.

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

Parameters

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