вроде готовая лаба

This commit is contained in:
bulatova_karina 2023-11-06 00:33:43 +03:00
parent d55c245c5e
commit 58c0c8d87b
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@
this.listBoxStorages.Name = "listBoxStorages";
this.listBoxStorages.Size = new System.Drawing.Size(187, 84);
this.listBoxStorages.TabIndex = 0;
this.listBoxStorages.Click += new System.EventHandler(this.ListBoxObjects_SelectedIndexChanged);
this.listBoxStorages.SelectedIndexChanged += new System.EventHandler(this.ListBoxObjects_SelectedIndexChanged);
//
// maskedTextBoxNumber
//

View File

@ -70,7 +70,7 @@ namespace WarmlyShip.Generics
{
return false;
}
_places[position] = null;
_places.RemoveAt(position);
return true;
}
/// <summary>