public ConnShow(IConnCore icc) { InitializeComponent(); this.icc = icc; isRun = false; app = (App)Application.Current; rFS = null; rFPath = string.Empty; IsPause = false; this.DataContext = icc; }
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>(); }