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