Пример #1
0
 public WorkTableUI(double w, double h, int srcGrids, int wellsPerLabware, ProgressController prgController)
     : base(w, h)
 {
     width                = w;
     height               = h;
     this.prgController   = prgController;
     this.srcGrids        = srcGrids;
     this.wellsPerLabware = wellsPerLabware;
     frame                = 0;
     curStage             = Stage.Measure;
     smpCount             = Helper.ReadSampleCount();
     EVOMeasureInfo       = new EVOMeasureInfo(0, true);
 }
Пример #2
0
 public WorkTableUI(double w, double h, int srcGrids , int wellsPerLabware,ProgressController prgController)
     : base(w,h)
 {
     width = w;
     height = h;
     this.prgController = prgController;
     this.srcGrids = srcGrids;
     this.wellsPerLabware = wellsPerLabware;
     frame = 0;
     curStage = Stage.Measure;
     smpCount = Helper.ReadSampleCount();
     EVOMeasureInfo = new EVOMeasureInfo(0,true);
 }