コード例 #1
0
ファイル: FocuserToolbox.cs プロジェクト: dingxu6207/xingtuan
 private void checkBoxLowPower_CheckStateChanged(object sender, EventArgs e)
 {
     if (checkBoxLowPower.Checked != Focuser.m_LowPower)//
     {
         bChanging = true;
         MyFocuser.SetLowPower(checkBoxLowPower.Checked);
         TimerCount = 0;
         bChanging  = false;
     }
 }