Ejemplo n.º 1
0
 //--------------------------------------------------------------
 // Purpose: Stops execution of the current program
 // Returns: nothing
 //--------------------------------------------------------------
 private void BreakExecution()
 {
     comp.SetEnd(true);
     tracefile.Close();
     runToolBtn.Enabled = true;
 }