Exemplo n.º 1
0
 public ViewHostControl findControl(string name)
 {
     return(child.findControl(name));
 }
Exemplo n.º 2
0
 public ViewHostControl findControl(String name)
 {
     return(component.findControl(name));
 }