示例#1
0
 public void Halt()
 {
     if (MyDriverType == 0)
     {
         MySSRotator.Halt();
     }
     else
     {
         tl.LogMessage("Halt", "Not implemented");
         throw new ASCOM.MethodNotImplementedException("Halt");
     }
 }
示例#2
0
 private void button5_Click(object sender, EventArgs e)
 {
     driver.Halt();
 }