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