Esempio n. 1
0
 public static IEnumerable <T> GetChildComponents <T>(UIContext parent) where T : class
 {
     return(GetChildComponents <T>(parent, null));
 }