PIbd-11.Basalov.A.D.LabWork08.Simple #15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork8"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
В настройках пула в качестве ветки назначения выставлять ветку от предыдущей лабораторной
Имеются конфликты пула
Проверено
@ -61,0 +62,4 @@
if(comparer != null)
{
for(int i = 0; i < Count; i++)
У списка есть метод Contains для проверки
@ -0,0 +41,4 @@
}
if (x is DrawningElectricLocomotive && y is DrawningElectricLocomotive)
{
if(((EntityElectricLocomotive) x.EntityLocomotive).AdditionalColor != ((EntityElectricLocomotive)y.EntityLocomotive).AdditionalColor)
Зачем неоднократные преобразования, что мешает сделать это один раз?
Pull request closed