Beispiel #1
0
 public void OTCZRelP()
 {
     if (isPowerOn && (otcBtn.ZRelBtn == false))
     {
         otcBtn.ZRelBtn = true;
         otcxyz.ZRelBtnPress();
     }
 }
Beispiel #2
0
 private void checkBox3_CheckedChanged(object sender, EventArgs e)
 {
     if (checkBox3.Checked == true)
     {
         otcxyz.ZRelBtnPress();
     }
     else
     {
         otcxyz.ZRelBtnRelease();
     }
 }