Reset Excel Statusbar on fault

This commit is contained in:
Sergey Chebotar 2022-04-01 17:56:53 +03:00
parent 28ba91e2d6
commit 9282bebb41

View File

@ -93,6 +93,7 @@ namespace RehauSku.Interface
"Ошибка", "Ошибка",
MessageBoxButtons.OK, MessageBoxButtons.OK,
MessageBoxIcon.Information); MessageBoxIcon.Information);
AddIn.Excel.StatusBar = false;
return; return;
} }
} }