Click or drag to resize
VisualSimulatorbtnNext_Clicked Method
Distributed Algorithm Simulator
Advances one step forward through the history.

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

Parameters

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