/// <summary> /// 匹配技师测试 /// </summary> public static bool MatchingTechnicianTest(bool res_Launch) { //击匹配技师按钮,弹出提醒框,选择确定 res_Launch = DoctorManagerTest.MatchingTechnician_Succ(Global.Win_Dentlab, out string msg28); Global.LstInfo.Add(msg28); if (!res_Launch) { return(false); } //不选择技师,直接点击确定 res_Launch = DoctorManagerTest.MatchingTechnician_Null(Global.Win_Dentlab, out string msg29); Global.LstInfo.Add(msg29); if (!res_Launch) { return(false); } return(true); }