мелкое изменение

This commit is contained in:
repka228 2024-04-12 12:56:41 +04:00
parent e160e20a97
commit 526f0bb9db

View File

@ -214,7 +214,7 @@ public partial class FormBusCollection : Form
{
return;
}
_storageCollection.DelCollection(listBoxCollection.SelectedItem.ToString());
_storageCollection.DelCollection(listBoxCollection.SelectedItem.ToString() ?? string.Empty);
RefreshListBoxItems();
}
private void buttonCreateCompany_Click(object sender, EventArgs e)