ISEbd-12 Rozhkov.I.E. Lab 01 Hard #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab1"
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 +2,4 @@
public class DrawAddDack
{
public EntityCont? EntityCont { get; private set; }
Не используется
@ -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;
Проставлять следует там же, где и остальные параметры - в методе Init
Pull request closed