241242243244245246247248249250251
{ wizard = new ExportExcelWizard(); } else if ( this.type == TYPE_EXPORT_DSML ) { wizard = new ExportDsmlWizard(); } if ( wizard != null ) { WizardDialog dialog = new WizardDialog( getShell(), wizard );
240241242243244245246247248249250