ISEbd-12 Rozhkov.I.E. Lab 01 Hard #1

Closed
RozhVan wants to merge 1 commits from lab1 into main
Owner
No description provided.
RozhVan added 1 commit 2024-06-04 21:44:59 +04:00
eegov approved these changes 2024-06-05 09:32:59 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +2,4 @@
public class DrawAddDack
{
public EntityCont? EntityCont { get; private set; }
Collaborator

Не используется

Не используется
@ -0,0 +33,4 @@
Convert.ToBoolean(random.Next(0, 2)), Convert.ToBoolean(random.Next(0, 2)));
_drawCont.SetPictureSize(pictureBoxCont.Width, pictureBoxCont.Height);
_drawCont.SetPosition(random.Next(10, 100), random.Next(10, 100));
_drawCont.addDack.NumDack = (int)NumericUpDownDack.Value;
Collaborator

Проставлять следует там же, где и остальные параметры - в методе Init

Проставлять следует там же, где и остальные параметры - в методе Init
eegov closed this pull request 2024-06-05 09:33:26 +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: RozhVan/ISEbd-12_Rozhkov.I.E._Hard#1
No description provided.