YL
2021-10-09 51e0d69d916695c04ccc88b44d16047a3efcd1a9
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;