ISEbd-12_Isaeva_V.D._Simple_LabWork08 #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork08"
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?
Проверено
@ -0,0 +39,4 @@
}
if (x is DrawningAirbus && y is DrawningAirbus)
{
// TODO доделать логику сравнения дополнительных параметров
Логика недописана
@ -0,0 +32,4 @@
}
return x.EntityBus.Weight.CompareTo(y.EntityBus.Weight);
throw new NotImplementedException();
Недостижимый код
Pull request closed