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