Malin D.V. Lab work 7 #7

Closed
Danil_Malin wants to merge 4 commits from LabWork_07 into LabWork_06
Showing only changes of commit eb23baf490 - Show all commits

View File

@ -226,7 +226,7 @@ namespace WarmlyLocomotive
}
if (!_mapsDict.ContainsKey(comboBoxSelectorMap.Text))
{
_logger.LogWarning($"Нет карты с названием {comboBoxSelectorMap.Text}");
_logger.LogInformation($"Нет карты с названием {comboBoxSelectorMap.Text}");
MessageBox.Show("Нет такой карты", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
return;
}