DistributedAlgorithmSimulatorSimulatorMain_Load Method |
Distributed Algorithm Simulator
Form load event of the main window.
Namespace: DistributedAlgorithmSimulatorAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void SimulatorMain_Load(
Object sender,
EventArgs e
)
Parameters
- sender
- Type: SystemObject
Main Window. - e
- Type: SystemEventArgs
Event data.
See Also