public ucTabNormal(int id, UCAssessmentInfo u1, UCEquipmentProperties u2, UCComponentProperties u3, UCOperatingCondition u4, UCCoatLiningIsulationCladding u5, UCMaterial u6, UCStream u7, UCCA u8, UCRiskFactor u9) { ID = id; ucAss = u1; ucEq = u2; ucComp = u3; ucOpera = u4; ucCoat = u5; ucMaterial = u6; ucStream = u7; ucCA = u8; ucRiskFactor = u9; }
public ucTabNormal(int id, UCAssessmentInfo u1, UCEquipmentProperties u2, UCComponentProperties u3, UCOperatingCondition u4, UCCoatLiningIsulationCladding u5, UCMaterial u6, UCStream u7, UCCA u8, UCRiskFactor u9, UCRiskSummary u10, UCInspectionHistorySubform u11, UCDrawGraph u12) { ID = id; ucAss = u1; ucEq = u2; ucComp = u3; ucOpera = u4; ucCoat = u5; ucMaterial = u6; ucStream = u7; ucCA = u8; ucRiskFactor = u9; ucRiskSummary = u10; ucInspectionHistory = u11; ucDrawGraph = u12; }