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