ProjektList angefangen

This commit is contained in:
Husky
2020-02-23 20:22:06 +01:00
parent 24ae7b517c
commit 14e3860613
5 changed files with 121 additions and 6 deletions

View File

@@ -16,6 +16,9 @@
<Compile Update="UI\Kunde\UCKundeEdit.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="UI\Projekt\UCProjektList.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="MainWindow.xaml">
@@ -30,5 +33,8 @@
<Page Update="UI\Kunde\UCKundeEdit.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="UI\Projekt\UCProjektList.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>