237238239240241242243244245246247
{ wizard = new ExportCsvWizard(); } else if ( this.type == TYPE_EXPORT_EXCEL ) { wizard = new ExportExcelWizard(); } else if ( this.type == TYPE_EXPORT_DSML ) { wizard = new ExportDsmlWizard(); }
236237238239240241242243244245246