PIbd-11_Gulina_V.S._LabWork01_Simple #1

Closed
victinass wants to merge 5 commits from LabWork01 into main
Showing only changes of commit ac16f4423b - Show all commits

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);
}
}
}
}