Ejemplo n.º 1
0
 // FUNCTION: Reload the current program.
 private void resetToolStripMenuItem_Click(object sender, EventArgs e)
 {
     computer.cancelWorkerThread(); // Cancel BackgroundWorkerThread if it is running in the previous program
     this.tryLoadingFileIntoMemory();
 }