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