Esempio n. 1
0
 public static List <T> FindControls <T>(Control seed) where T : Control
 {
     return(ControlUtils.FindControls <T>(seed, false));
 }