Ещё одна правка

This commit is contained in:
artur-kalimullin 2024-05-20 20:10:06 +04:00
parent c42386fc79
commit 6f25644d0c

View File

@ -307,7 +307,7 @@ public partial class FormAirCraftCollection : Form
{ {
_storageCollection.LoadData(openFileDialog.FileName); _storageCollection.LoadData(openFileDialog.FileName);
MessageBox.Show("Загрузка прошла успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information); MessageBox.Show("Загрузка прошла успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information);
_logger.LogInformation("Загрузка из файла: {filename}", saveFileDialog.FileName); _logger.LogInformation("Загрузка из файла: {filename}", openFileDialog.FileName);
RerfreshListBoxItems(); RerfreshListBoxItems();
} }
catch (Exception ex) catch (Exception ex)