6 лаба
This commit is contained in:
parent
ccd63daf04
commit
830239f536
@ -26,7 +26,7 @@ public class DrawningTrolleybus : DrawningTrolleyB
|
||||
/// Конструктор, принимающий объект EntityTrolleyB в качестве параметра
|
||||
/// </summary>
|
||||
/// <param name="entityTrolleyB"></param>
|
||||
public DrawningTrolleybus(EntityTrolleybus exc) : base(150, 80)
|
||||
public DrawningTrolleybus(EntityTrolleybus exc) : base(120, 80)
|
||||
{
|
||||
EntityTrolleyB = new EntityTrolleybus(exc.Speed, exc.Weight, exc.BodyColor, exc.AdditionalColor, exc.BatteryCompartment, exc.Horns);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user