PIBD-12_Morozov_D.V. LabWork№3 #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab3_base"
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?
Lab3_baseto PIBD-12_Morozov_D.V. LabWork№3Проверено
@ -0,0 +52,4 @@
public int Insert(T obj)
{
for (int i = 0; i < Count; i++)
Правильнее было вызвать Insert(T obj, 0);
@ -0,0 +19,4 @@
protected override void DrawBackground(Graphics g)
{
//Color backgroundColor = Color.SkyBlue;
//using (Brush brush = new SolidBrush(backgroundColor))
Закомментированного кода быть не должно
Pull request closed