исправление не вызывание метода "SelectedIndexChanged"

This commit is contained in:
m1aksim1 2022-10-27 17:04:05 +04:00
parent 497932caec
commit da29133ebb

View File

@ -112,6 +112,7 @@
this.listBoxMaps.Name = "listBoxMaps";
this.listBoxMaps.Size = new System.Drawing.Size(175, 79);
this.listBoxMaps.TabIndex = 3;
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.ListBoxMaps_SelectedIndexChanged);
//
// textBoxNewMapName
//