Exemplo n.º 1
0
 public LineMonitorPresenter(ILineMonitorView view)
 {
     this.view        = view;
     mesDA            = new MesDA();
     logBll           = new SysLogBll();
     produceRecordBll = new ProduceRecordBll();
 }
Exemplo n.º 2
0
 public LineMonitorPresenter(ILineMonitorView view)
 {
     this.view = view;
     // mesDA = new MesDA();
     logBll                     = new SysLogBll();
     produceRecordBll           = new ProduceRecordBll();
     bllOfflineData             = new OfflineDataBLL();
     this.bllFxjDataUploadToMes = new FXJDatabase.tb_CheckDataonlineBLL();
 }