Ejemplo n.º 1
0
 public Form LaunchChildForm(Type formType, params Object[] args)
 {
     return(formType == null ? null : AWHelper.LaunchChildForm(this, formType, args));
 }