コード例 #1
0
 public AnalysisOrderResult(String OrderResult, string SN, WebSocketConsole.MainWindow window)
 {
     this.OrderResult = OrderResult;
     this.SN          = SN;
     DMPList();
     this.frmMainmF = window;
 }
コード例 #2
0
 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();
     //}
 }
コード例 #3
0
 public AnalysisDMP(WebSocketConsole.MainWindow window)
 {
     InitializeComponent();
     this.frmMainmF = window;
 }