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