public FormSaveTemplate(Model_2806 model_2806, Model_1111 model_1111, TestStandardEnum testStandardEnum = TestStandardEnum.default2806)
 {
     InitializeComponent();
     this.model_2806       = model_2806;
     this.model_1111       = model_1111;
     this.testStandardEnum = testStandardEnum;
 }
示例#2
0
 public DataReportAnalyseApp(LogicTypeEnum logicType, Dictionary <string, DataTable> analyseDataDic,
                             Model_2806 model_2806 = null, Model_1111 model_1111 = null, TestStandardEnum testStandardEnum = TestStandardEnum.default2806)
 {
     this.logicType        = logicType;
     this.analyseDataDic   = analyseDataDic;
     this.model_2806       = model_2806;
     this.model_1111       = model_1111;
     this.testStandardEnum = testStandardEnum;
 }