Malin D.V. Lab work 7 #7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user