DistributedAlgorithmSimulatorbtnRead_Click Method |
Distributed Algorithm Simulator
Reads the node IDs and creates a list of IDs.
Depending on the user's selection, reads either from a user selected file or takes input from a text box.
Namespace: DistributedAlgorithmSimulatorAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void btnRead_Click(
Object sender,
EventArgs e
)
Parameters
- sender
- Type: SystemObject
[Read] button. - e
- Type: SystemEventArgs
Event data.
See Also