Exemplo n.º 1
0
 public void Init(XSAN xxsan)
 {
     _xsan = xxsan;
     _xsan.HSIInt.XSANStat.onUKSFrameReceived = newUKSFrame;
 }
Exemplo n.º 2
0
 /*
 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();
 }
Exemplo n.º 3
0
 private void InitDevice()
 {
     Xsan = new XSAN();
 }