public ExportDocumentsControlVM() { ChooseFolderCmd = new Command(OnChooseFolder, null, HandleError); ExportFilesCmd = new AsyncCommand(OnExportFiles, null, HandleError); CancelExportFilesCmd = new Command(OnCancelExportFiles, null, HandleError); ConsoleOutput = new RunStream(); }
public static void SetRunStream(DependencyObject obj, RunStream value) { obj.SetValue(RunStreamProperty, value); }