Beispiel #1
0
 public ViewHostControl findControl(string name)
 {
     return(child.findControl(name));
 }
 public ViewHostControl findControl(String name)
 {
     return(component.findControl(name));
 }