コード例 #1
0
ファイル: Form1.cs プロジェクト: ytywytyw/ASCOMPlatform
 private void Form1_Load(object sender, EventArgs e)
 {
     Properties.Settings.Default.DriverId = DEVICE_PROGID;
     labelDriverId.Text = DEVICE_PROGID;
     driver             = new ASCOM.DriverAccess.ObservingConditions(DEVICE_PROGID);
     SetUIState();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: ytywytyw/ASCOMPlatform
 public Form1()
 {
     InitializeComponent();
     Properties.Settings.Default.DriverId = DEVICE_PROGID;
     labelDriverId.Text = DEVICE_PROGID;
     driver             = new ASCOM.DriverAccess.ObservingConditions(DEVICE_PROGID);
     SetUIState();
 }