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