Exception abgefangen,

straßen heißen standard "none" um datenleiche zu vermeiden
This commit is contained in:
Husky
2018-06-30 17:23:50 +02:00
parent 1f1247e08f
commit 5a7dfc6189
2 changed files with 4 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ namespace SanSystem
private void lst_strassen_DoubleClick(object sender, EventArgs e)
{
if ((sender as ListBox).SelectedItem == null) return;
string selectedStreetName = (sender as ListBox).SelectedItem.ToString();
if (selectedStreetName == null) return;