233234235236237238239240241242243
{ wizard = new ExportLdifWizard(); } else if ( this.type == TYPE_EXPORT_CSV ) { wizard = new ExportCsvWizard(); } else if ( this.type == TYPE_EXPORT_EXCEL ) { wizard = new ExportExcelWizard(); }
232233234235236237238239240241242