вроде готовая лаба
This commit is contained in:
parent
d55c245c5e
commit
58c0c8d87b
@ -114,7 +114,7 @@
|
|||||||
this.listBoxStorages.Name = "listBoxStorages";
|
this.listBoxStorages.Name = "listBoxStorages";
|
||||||
this.listBoxStorages.Size = new System.Drawing.Size(187, 84);
|
this.listBoxStorages.Size = new System.Drawing.Size(187, 84);
|
||||||
this.listBoxStorages.TabIndex = 0;
|
this.listBoxStorages.TabIndex = 0;
|
||||||
this.listBoxStorages.Click += new System.EventHandler(this.ListBoxObjects_SelectedIndexChanged);
|
this.listBoxStorages.SelectedIndexChanged += new System.EventHandler(this.ListBoxObjects_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
// maskedTextBoxNumber
|
// maskedTextBoxNumber
|
||||||
//
|
//
|
||||||
|
@ -70,7 +70,7 @@ namespace WarmlyShip.Generics
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
_places[position] = null;
|
_places.RemoveAt(position);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user