ISEbd-11_Sharonov_I.A.Lab01_Difficult #1

Closed
357Sharonov wants to merge 2 commits from Lab01 into main
Owner
No description provided.
357Sharonov added 2 commits 2024-06-13 12:13:29 +04:00
eegov approved these changes 2024-06-13 20:35:50 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +57,4 @@
_startPosX = null;
_startPosY = null;
Windows = new DrawingWindows();
Windows.WinNum = 0;
Collaborator

Объект создается, а в свойство числовой параметр не передается, хотя метод как раз отвечает за установку параметров

Объект создается, а в свойство числовой параметр не передается, хотя метод как раз отвечает за установку параметров
@ -0,0 +55,4 @@
case NumberOfWindows.TwentyWindows:
for (int j = 0; j < 5; j += 4)
{
for (int i = 0; i < 60; i += 6)
Collaborator

Имеется дублирующийся код

Имеется дублирующийся код
eegov closed this pull request 2024-06-13 20:35:58 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 357Sharonov/ISEbd-11_Sharonov_I.A._Difficult#1
No description provided.