Поправки перед реквестом 2

This commit is contained in:
prodigygirl 2022-11-30 17:00:01 +04:00
parent 9195a6d0a4
commit af1efb4a3d

View File

@ -306,7 +306,7 @@ namespace ArmoredCar
}
catch (Exception ex)
{
_logger.LogWarning($"{ex.Message}");
_logger.LogWarning($"Не загрузилось: {ex.Message}");
MessageBox.Show($"Не загрузилось: {ex.Message}", "Результат",
MessageBoxButtons.OK, MessageBoxIcon.Error);
}