Daten können hinzugefügt

This commit is contained in:
Husky
2020-02-20 21:32:36 +01:00
parent 10ea0783e7
commit 954ffb4bc8
34 changed files with 861 additions and 715 deletions

View File

@@ -6,9 +6,23 @@
<SubType>Designer</SubType>
</ApplicationDefinition>
</ItemGroup>
<ItemGroup>
<Compile Update="UI\Baustelle\WindowBaustelleEdit.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="UI\Kunde\UCKundeEdit.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="MainWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="UI\Baustelle\WindowBaustelleEdit.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="UI\Kunde\UCKundeEdit.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>