после доп задания
This commit is contained in:
parent
2480cef43f
commit
3eceaaf9b2
@ -219,7 +219,7 @@ namespace Lab1ContainersShip
|
|||||||
{
|
{
|
||||||
MessageBox.Show($"Не загрузилось: {ex.Message}", "Результат",
|
MessageBox.Show($"Не загрузилось: {ex.Message}", "Результат",
|
||||||
MessageBoxButtons.OK, MessageBoxIcon.Error);
|
MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
_logger.LogWarning($"Не удалось сохранить наборы с ошибкой: {ex.Message}");
|
_logger.LogWarning($"Не удалось загрузить наборы с ошибкой: {ex.Message}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ReloadObjects();
|
ReloadObjects();
|
||||||
|
@ -61,6 +61,7 @@ namespace Lab1ContainersShip
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
return collect?._collection.Insert(obj) ?? -1;
|
return collect?._collection.Insert(obj) ?? -1;
|
||||||
|
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Перегрузка оператора вычитания
|
/// Перегрузка оператора вычитания
|
||||||
|
Loading…
Reference in New Issue
Block a user