XMLParser hinzugefügt

This commit is contained in:
Husky
2018-05-16 21:26:59 +02:00
parent f19443027e
commit ef626d0844
29 changed files with 1521 additions and 44 deletions

View File

@@ -19,5 +19,10 @@ namespace KlassenBIB
{
Objekte = new AbwasserTechnischeAnlageCollection();
}
public override string ToString()
{
return Strassename;
}
}
}