Click or drag to resize
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: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void btnRead_Click(
	Object sender,
	EventArgs e
)

Parameters

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