Пример #1
0
 public ConnShow(IConnCore icc)
 {
     InitializeComponent();
     this.icc         = icc;
     isRun            = false;
     app              = (App)Application.Current;
     rFS              = null;
     rFPath           = string.Empty;
     IsPause          = false;
     this.DataContext = icc;
 }
Пример #2
0
 public ConnShow(IConnCore icc)
 {
     InitializeComponent();
     this.icc         = icc;
     isRun            = false;
     app              = (App)Application.Current;
     rFS              = null;
     rFPath           = string.Empty;
     IsPause          = false;
     this.DataContext = icc;
     dataQue          = new Queue <Core.DataReceivedEventArgs>();
 }