selectindex
This commit is contained in:
parent
4965346ea3
commit
970eb473e5
@ -92,6 +92,7 @@
|
|||||||
this.listBoxStorages.Name = "listBoxStorages";
|
this.listBoxStorages.Name = "listBoxStorages";
|
||||||
this.listBoxStorages.Size = new System.Drawing.Size(191, 94);
|
this.listBoxStorages.Size = new System.Drawing.Size(191, 94);
|
||||||
this.listBoxStorages.TabIndex = 6;
|
this.listBoxStorages.TabIndex = 6;
|
||||||
|
this.listBoxStorages.SelectedIndexChanged += new System.EventHandler(this.ListBoxObjects_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
// buttonAddCollection
|
// buttonAddCollection
|
||||||
//
|
//
|
||||||
|
@ -145,6 +145,7 @@ namespace AntiAircraftGun
|
|||||||
MessageBox.Show("Не удалось удалить объект");
|
MessageBox.Show("Не удалось удалить объект");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private void ButtonUpdateCollection_Click(object sender, EventArgs e)
|
private void ButtonUpdateCollection_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user