lauffähige Grundversion erstellt

This commit is contained in:
2023-03-26 14:00:02 +02:00
parent b1ef5cffb5
commit 9007099d56
24 changed files with 344 additions and 214 deletions

View File

@@ -24,7 +24,7 @@ namespace SewerStammGen
{
InitializeComponent();
SewerConnector.DataContext = new ViewModel.SewerConnectorViewModel();
//SewerConnector.DataContext = new ViewModel.SewerConnectorViewModel();
}
}
}