Ejemplo n.º 1
0
 /// <summary>
 /// Stops the synthesis and enables the scrollbars
 /// </summary>
 private void stop_Click(object sender, EventArgs e)
 {
     synth.stop();
     hScrollBarNH3.Enabled         = true;
     hScrollBarH2.Enabled          = true;
     hScrollBarN2.Enabled          = true;
     hScrollBarTemperature.Enabled = true;
     checkBoxCatalyst.Enabled      = true;
 }
Ejemplo n.º 2
0
 private void stop_Click(object sender, EventArgs e)
 {
     synth.stop();
 }