StopChamber1PressureMonitor() public méthode

public StopChamber1PressureMonitor ( ) : void
Résultat void
 private void chamber1PressureCheckBox_CheckedChanged(object sender, EventArgs e)
 {
     if (chamber1PressureCheckBox.Checked)
     {
         controller.StartChamber1PressureMonitor();
     }
     if (!chamber1PressureCheckBox.Checked)
     {
         controller.StopChamber1PressureMonitor();
     }
 }