ISEbd-21. Filippow K. S. Lab work 01 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Laba01"
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 +44,4 @@
g.DrawRectangle(pen, _startPosX + 135, _startPosY + 12, 35, 5);
break;
case Containers.Four:
g.FillRectangle(contColors, _startPosX + 55, _startPosY + 12, 35, 5);
Имеется дублирующийся код
@ -0,0 +54,4 @@
g.DrawRectangle(pen, _startPosX + 135, _startPosY + 7, 35, 5);
break;
case Containers.Six:
g.FillRectangle(contColors, _startPosX + 55, _startPosY + 12, 35, 5);
Имеется дублирующийся код
Pull request closed