public AnalysisOrderResult(String OrderResult, string SN, WebSocketConsole.MainWindow window) { this.OrderResult = OrderResult; this.SN = SN; DMPList(); this.frmMainmF = window; }
public TextMonitorList(WebSocketConsole.MainWindow mainWindow) { InitializeComponent(); //this.linkOSPrinter = linkOSPrinter; this.mainWindow = mainWindow; realTimeUpdata = new DispatcherTimer(); realTimeUpdata.Tick += new EventHandler(RealTime); realTimeUpdata.Interval = new TimeSpan(0, 0, 5); //if (linkOSPrinter != null) //{ realTimeUpdata.Start(); //} }
public AnalysisDMP(WebSocketConsole.MainWindow window) { InitializeComponent(); this.frmMainmF = window; }