コード例 #1
0
 public ViewHostControl findControl(string name)
 {
     return(child.findControl(name));
 }
コード例 #2
0
 public ViewHostControl findControl(String name)
 {
     return(component.findControl(name));
 }