StopChamber2PressureMonitor() public méthode

public StopChamber2PressureMonitor ( ) : void
Résultat void
 private void chamber2PressureCheckBox_CheckedChanged(object sender, EventArgs e)
 {
     if (chamber2PressureCheckBox.Checked)
     {
         controller.StartChamber2PressureMonitor();
     }
     if (!chamber2PressureCheckBox.Checked)
     {
         controller.StopChamber2PressureMonitor();
     }
 }