ISEbd-22. Baygulov A.A. Lab work 1 (hard) #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "laba1_H"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +10,4 @@
internal class DrawningWheels
{
private Wheels amount;
public void SetAmount(int a)
Требовалось сделать свойство числовое
@ -0,0 +34,4 @@
if (amount == Wheels.Three)
{
g.FillEllipse(wheelsColor, _startPosX + 90, _startPosY + 45, 10, 10);
Имеется дублирующийся код
Pull request closed