Baustellen können nun angelegt und ausgewählt werden

This commit is contained in:
Husky
2020-03-11 19:21:10 +01:00
parent 7a4068439c
commit 47beb8b598
19 changed files with 405 additions and 13 deletions

View File

@@ -22,6 +22,12 @@
<Compile Update="UI\Projekt\UCProjektList.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="UI\Baustelle\UCBaustelleEdit.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="UI\Baustelle\UCBaustelleList.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="MainWindow.xaml">
@@ -42,5 +48,11 @@
<Page Update="UI\Projekt\UCProjektList.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="UI\Baustelle\UCBaustelleEdit.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="UI\Baustelle\UCBaustelleList.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>