Full_7
This commit is contained in:
parent
0091fe4a92
commit
3e84bde81f
@ -309,9 +309,9 @@ namespace Catamaran
|
||||
try
|
||||
{
|
||||
_mapsCollection.LoadData(openFileDialog.FileName);
|
||||
ReloadMaps();
|
||||
MessageBox.Show("Открытие прошло успешно", "Результат",
|
||||
MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
ReloadMaps();
|
||||
_logger.LogInformation($"Загрузка данных");
|
||||
|
||||
}
|
||||
|
@ -40,6 +40,7 @@ namespace Catamaran
|
||||
public int Insert(T boat)
|
||||
{
|
||||
|
||||
|
||||
for (int i = 0; i < _maxCount; i++)
|
||||
{
|
||||
if (i == Count)
|
||||
|
Loading…
Reference in New Issue
Block a user