Example #1
0
 public ExcelFileChooser(TaskFactory <string> taskFactory, DialogShower shower)
 {
     this.taskFactory = taskFactory;
     this.shower      = shower;
 }
 public FileSaveChooser(TaskFactory <ExportResult> taskFactory, DialogShower shower)
 {
     this.taskFactory = taskFactory;
     this.shower      = shower;
 }
Example #3
0
 public FolderChooser(TaskFactory <string> taskFactory, DialogShower shower)
 {
     this.taskFactory = taskFactory;
     this.shower      = shower;
 }