Лабораторная работа №1
This commit is contained in:
parent
e80fba02ee
commit
ac16f4423b
@ -40,7 +40,7 @@ public class DrawingBattleship
|
|||||||
private readonly int _drawingBattleshipHeight = 40;
|
private readonly int _drawingBattleshipHeight = 40;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// Инициализация свойств
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="speed">Скорость</param>
|
/// <param name="speed">Скорость</param>
|
||||||
/// <param name="weight">Вес</param>
|
/// <param name="weight">Вес</param>
|
||||||
@ -265,4 +265,4 @@ public class DrawingBattleship
|
|||||||
g.DrawRectangle(pen, _startPosX.Value + 107, _startPosY.Value + 17, 30, 5);
|
g.DrawRectangle(pen, _startPosX.Value + 107, _startPosY.Value + 17, 30, 5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user