Example #1
0
 public static TElem GetElem <TElem>(this Panel panel, string name)
 {
     return((TElem)panel.FindName(name));
 }