Удаление пустой строки

This commit is contained in:
Danil Malin 2022-10-18 18:55:59 +04:00
parent 6da1444518
commit 56b0d0de6f

View File

@ -45,7 +45,6 @@ namespace WarmlyLocomotive
private void ReloadMaps()
{
int index = listBoxMaps.SelectedIndex;
listBoxMaps.Items.Clear();
for (int i = 0; i < _mapsCollection.Keys.Count; i++)
{