diff --git a/Lab1ContainersShip/Lab1ContainersShip/FormShipCollection.cs b/Lab1ContainersShip/Lab1ContainersShip/FormShipCollection.cs index 1612ea2..1e4cf1d 100644 --- a/Lab1ContainersShip/Lab1ContainersShip/FormShipCollection.cs +++ b/Lab1ContainersShip/Lab1ContainersShip/FormShipCollection.cs @@ -219,7 +219,7 @@ namespace Lab1ContainersShip { MessageBox.Show($"Не загрузилось: {ex.Message}", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Error); - _logger.LogWarning($"Не удалось сохранить наборы с ошибкой: {ex.Message}"); + _logger.LogWarning($"Не удалось загрузить наборы с ошибкой: {ex.Message}"); } } ReloadObjects(); diff --git a/Lab1ContainersShip/Lab1ContainersShip/ShipGenericCollection.cs b/Lab1ContainersShip/Lab1ContainersShip/ShipGenericCollection.cs index e5dda48..79ae449 100644 --- a/Lab1ContainersShip/Lab1ContainersShip/ShipGenericCollection.cs +++ b/Lab1ContainersShip/Lab1ContainersShip/ShipGenericCollection.cs @@ -61,6 +61,7 @@ namespace Lab1ContainersShip return -1; } return collect?._collection.Insert(obj) ?? -1; + } /// /// Перегрузка оператора вычитания