Ejemplo n.º 1
0
 public static Control showInForm(this Type ascxType, string name, int width, int height)
 {
     return(WinForms.showAscxInForm(ascxType, name, width, height));
 }