LMES/ClsShowMod.cs
@@ -5880,6 +5880,12 @@ oQC_NoPassProdCheckBillQuery.Show(); oMainForm.AddTabPage(oQC_NoPassProdCheckBillQuery); break; case "defectivedetailedyieldreport": DefectiveDetailedYieldReport oDefectiveDetailedYieldReport = new DefectiveDetailedYieldReport(); oDefectiveDetailedYieldReport.MdiParent = oMain; oDefectiveDetailedYieldReport.Show(); oMainForm.AddTabPage(oDefectiveDetailedYieldReport); break; default: break;