public ExportDatabaseCommand(ExportTaskSectionModel taskModel, Action<string> output) { this.output = output; this.taskModel = taskModel; smuggler = new SmugglerApi(new SmugglerOptions { BatchSize = BatchSize }, DatabaseCommands, output); }
public ExportDatabaseCommand(ExportTaskSectionModel taskModel, Action <string> output) { this.output = output; this.taskModel = taskModel; smuggler = new SmugglerApi(new SmugglerOptions { BatchSize = BatchSize }, DatabaseCommands, output); }
public DeleteDatabase() { ExportTaskSectionModel = new ExportTaskSectionModel(); InitializeComponent(); }