VisualSimulatorbtnSaveToFile_Clicked Method |
Distributed Algorithm Simulator
Saves the result of the execution to a file.
Namespace: DistributedAlgorithmSimulatorAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void btnSaveToFile_Clicked(
Object sender,
EventArgs e
)
Parameters
- sender
- Type: SystemObject
[Save to File] button. - e
- Type: SystemEventArgs
Event data.
See Also