Лабораторная работа №1

This commit is contained in:
victinass 2024-02-19 12:16:41 +04:00
parent e80fba02ee
commit ac16f4423b

View File

@ -40,7 +40,7 @@ public class DrawingBattleship
private readonly int _drawingBattleshipHeight = 40;
/// <summary>
///
/// Инициализация свойств
/// </summary>
/// <param name="speed">Скорость</param>
/// <param name="weight">Вес</param>
@ -265,4 +265,4 @@ public class DrawingBattleship
g.DrawRectangle(pen, _startPosX.Value + 107, _startPosY.Value + 17, 30, 5);
}
}
}
}