예제 #1
0
 public TelescopeControl()
 {
     progID = Telescope.Choose("ScopeSim.Telescope");
     myTel  = new Telescope(progID);
     myTel.SetupDialog();
     myTel.Connected = true;
 }
예제 #2
0
 /**
  * @brief
  * Setup of the associated Telescope
  */
 public void Setup()
 {
     iTelescope.SetupDialog();
 }