mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix method naming.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user