PIbd-12 Ulybin A.A. Monorail Lab08 Simple #12

Closed
qkrlnt wants to merge 2 commits from Lab08 into Lab07
Showing only changes of commit ee08b19d17 - Show all commits

View File

@ -118,7 +118,7 @@ public partial class FormTrainCollection : Form
else
{
MessageBox.Show("Не удалось удалить объект");
_logger.LogInformation("Не удалось удалить объект из коллекции по индексу {pos}", pos);
_logger.LogWarning("Не удалось удалить объект из коллекции по индексу {pos}", pos);
}
}
catch (ObjectNotFoundException ex)