Всё сделано..

This commit is contained in:
malimova 2023-12-11 01:01:15 +04:00
parent e4e8b56404
commit 74d3f54baf

View File

@ -200,6 +200,7 @@ namespace AirBomber
{ {
try try
{ {
_storage.SaveData(saveFileDialog.FileName);
MessageBox.Show("Сохранение прошло успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information); MessageBox.Show("Сохранение прошло успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information);
_logger.Information("Сохранение прошло успешно"); _logger.Information("Сохранение прошло успешно");
} }