auto-scan initial code. Feature not yet complete

This commit is contained in:
Robert McRackan 2022-05-09 11:21:09 -04:00
parent c99ee56f24
commit cb8b5d74d7
8 changed files with 72 additions and 9 deletions

View file

@ -122,7 +122,6 @@ namespace LibationWinForms.Dialogs
persist(persister.AccountsSettings);
persister.CommitTransation();
_parent.RefreshImportMenu();
this.DialogResult = DialogResult.OK;
this.Close();
}