Méthode | Description | |
---|---|---|
PerformButtonUpdate ( ) : void |
Update the update button to "stopping".
|
|
PerformClose ( ) : void |
Close the window.
|
|
TrainingDialog ( ) : System |
Constructor.
|
|
UpdateStats ( String iterations, String error, String time ) : void |
Called to update the stats.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ThreadProcess ( ) : void | ||
button1_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public UpdateStats ( String iterations, String error, String time ) : void | ||
iterations | String | The number |
error | String | The current error. |
time | String | |
Résultat | void |