ISEbd-11_Sharonov_I.A.Lab01_Difficult #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab01"
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 +57,4 @@
_startPosX = null;
_startPosY = null;
Windows = new DrawingWindows();
Windows.WinNum = 0;
Объект создается, а в свойство числовой параметр не передается, хотя метод как раз отвечает за установку параметров
@ -0,0 +55,4 @@
case NumberOfWindows.TwentyWindows:
for (int j = 0; j < 5; j += 4)
{
for (int i = 0; i < 60; i += 6)
Имеется дублирующийся код
Pull request closed