Example #1
0
 public void ReceiveR23DataFromManager(PG250DiagnosticsModel model)
 {
     lastReadDate.Invoke((MethodInvoker) delegate
     {
         sampleFlowRateTxt.Text = model.FLOW.ToString();
         ndirTempText.Text      = model.NDIR.ToString();
         lastReadDate.Text      = DateTime.Now.ToLongTimeString();
         lastSaveDate.Text      = ExcelManager.Instance.lastSaveDatetime;
     });
 }
Example #2
0
 public PG250Model()
 {
     channelList      = new List <PG250ChannelModel>();
     diagnosticsModel = new PG250DiagnosticsModel();
 }
 public void ReceiveR23DataFromManager(PG250DiagnosticsModel model)
 {
     throw new NotImplementedException();
 }