public void StoreFileList(List<ResultTable> fileList)
 {
     SaveForm dialog = new SaveForm(fileList);
     dialog.ShowDialog();
 }
Exemple #2
0
 private void StoreRenamedFilesToSelectedDirectory()
 { 
     SaveForm dialog = new SaveForm(tableController.ResultList);
     dialog.ShowDialog();
 }