コード例 #1
0
ファイル: HSIWindow.xaml.cs プロジェクト: QuadMan/kia_xsan
 public void Init(XSAN xxsan)
 {
     _xsan = xxsan;
     _xsan.HSIInt.XSANStat.onUKSFrameReceived = newUKSFrame;
 }
コード例 #2
0
ファイル: MainWindow.xaml.cs プロジェクト: QuadMan/kia_xsan
 /*
 public Boolean State
 {
     get { return (Boolean)this.GetValue(StateProperty); }
     set { this.SetValue(StateProperty, value); }
 }
 public static readonly DependencyProperty StateProperty = DependencyProperty.Register(
   "State", typeof(Boolean), typeof(MainWindow), new PropertyMetadata(false));
 */
 private void initDevice()
 {
     EGSE = new XSAN();
 }
コード例 #3
0
ファイル: DefaultMainWindow.cs プロジェクト: QuadMan/kia_xsan
 private void InitDevice()
 {
     Xsan = new XSAN();
 }