Click or drag to resize
TextualSimulatorbtnSaveTextSim_Click Method
Distributed Algorithm Simulator
Saves execution results to a file.

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

Parameters

sender
Type: SystemObject
[Save to File] button.
e
Type: SystemEventArgs
Event data.
See Also