protected override void ProcessRecord() { DtImportXmlFileCommand command = new DtImportXmlFileCommand(this); command.Execute(); }