ISEbd-12_Isaeva_V.D_Hard_LabWork01 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork01"
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 +172,4 @@
g.FillPolygon(additionalBrush, curvePoints3);
g.DrawPolygon(pen, curvePoints3);
}
Windows.DrawWindows(g, _startPosX, _startPosY, additionalBrush, pen);
Эта логика должна быть в доп. классе
@ -0,0 +41,4 @@
g.DrawEllipse(pen, _startPosX.Value + 1, _startPosY.Value + 23, 4, 4);
break;
case NumWindows.TwentyWindows:
g.DrawEllipse(pen, _startPosX.Value + 1, _startPosY.Value + 23, 4, 4);
Имеется дублирующийся код
Pull request closed