Fix method naming.

This commit is contained in:
2020-08-09 20:24:38 +01:00
parent 139618f41f
commit ed3bf80b1b
11 changed files with 47 additions and 43 deletions

View File

@@ -287,9 +287,11 @@ namespace Marechai.Pages.Admin.Details
void ModalClosing(ModalClosingEventArgs obj)
{
_deleteInProgress = false;
_deletingCompanyByBook = false;
_currentCompanyByBook = null;
_deleteInProgress = false;
_deletingCompanyByBook = false;
_currentCompanyByBook = null;
_deletingBookByMachineFamily = false;
_currentCompanyByBook = null;
}
void HideModal() => _frmDelete.Hide();