Complete move
This commit is contained in:
parent
32e7038eab
commit
7395e11580
@ -32,11 +32,11 @@ namespace Airbus
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Ширина отрисовки автомобиля
|
/// Ширина отрисовки автомобиля
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private readonly int _AirbusWidth = 80;
|
private readonly int _AirbusWidth = 130;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Высота отрисовки автомобиля
|
/// Высота отрисовки автомобиля
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private readonly int _AirbusHeight = 50;
|
private readonly int _AirbusHeight = 70;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Инициализация свойств
|
/// Инициализация свойств
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user