вроде готовая лаба
This commit is contained in:
parent
d55c245c5e
commit
58c0c8d87b
@ -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
|
||||
//
|
||||
|
@ -70,7 +70,7 @@ namespace WarmlyShip.Generics
|
||||
{
|
||||
return false;
|
||||
}
|
||||
_places[position] = null;
|
||||
_places.RemoveAt(position);
|
||||
return true;
|
||||
}
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user