public DetectionParamenterView()
 {
     SampleRegister = new SampleRegisterTable();
     Param          = new ArgumentValue();
     SampleHis      = new SampleHistory();
     DetectionList  = new List <SampleRegisterTable>();
 }
 public DetectionParamenterView()
 {
     SampleRegister = new SampleRegisterTable();
     Param          = new ArgumentValue();
     SampleHis      = new SampleHistory();
     DetectionList  = new List <SampleRegisterTable>();
     cookies        = new Cookies();
     PhysicsModel   = new TestBasicInfo();
 }
        }                                       //检测结果
        public static TestChemicalReportListHistory Clone(SampleRegisterTable info)
        {
            TestChemicalReportListHistory history = new TestChemicalReportListHistory();

            history.ProjectNumber = info.ProjectNumber;
            history.TestContent   = info.SampleName;
            history.WordShop      = info.WorkShop;
            history.Job           = info.Job;
            history.Location      = info.Location;
            history.SampleNumber  = info.SampleNumBer;
            history.CSTEL         = info.CSTEL;
            history.CTWA          = info.CTWA;
            history.CMAC          = info.CMAC;
            return(history);
        }