Viewmodel erweitert

This commit is contained in:
Husky
2020-02-22 17:28:08 +01:00
parent f37a7c5dd4
commit d7ea23f812
7 changed files with 138 additions and 9 deletions

View File

@@ -7,6 +7,9 @@
</ApplicationDefinition>
</ItemGroup>
<ItemGroup>
<Compile Update="UI\Kunde\UCKundeList.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="UI\Projekt\WindowProjektEdit.xaml.cs">
<SubType>Code</SubType>
</Compile>
@@ -18,6 +21,9 @@
<Page Update="MainWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="UI\Kunde\UCKundeList.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="UI\Projekt\WindowProjektEdit.xaml">
<SubType>Designer</SubType>
</Page>