コード例 #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;
 }