ButtonDeleteMap_Click logging
This commit is contained in:
parent
fd8617cbf0
commit
271840c48e
@ -147,7 +147,6 @@ namespace Boats
|
||||
{
|
||||
MessageBox.Show($"Неизвестная ошибка: {ex.Message}");
|
||||
}
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// Вывод набора
|
||||
@ -243,6 +242,7 @@ namespace Boats
|
||||
MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
|
||||
{
|
||||
_mapsCollection.DelMap(listBoxMaps.SelectedItem?.ToString() ?? string.Empty);
|
||||
_logger.LogInformation($"Удалена карта {listBoxMaps.SelectedItem?.ToString() ?? ""}");
|
||||
ReloadMaps();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user