示例#1
0
 public static IList <Component> GetParentComponents(Component childComponent)
 {
     try
     {
         return(ComponentDb.GetParentComponents(childComponent));
     }
     catch (Exception)
     {
         throw;
     }
 }