예제 #1
0
파일: API.cs 프로젝트: diogorb/KBDoctor
 //
 public static void CheckBldObjects(KnowledgeBase KB)
 {
     KBDoctorOutput.StartSection("KBDoctor - Check bld objects in KB");
     Dictionary<string, KBObject> hash_mains = Objects.GetHashMainObjectsQNames(KB.DesignModel);
     Objects.CheckBldObjects(KB, hash_mains);
     KBDoctorOutput.EndSection("KBDoctor - Check bld objects in KB");
 }