Initial Commit

This commit is contained in:
SnapixLP | Tim G.
2025-05-19 09:16:34 +02:00
commit c214be937c
39 changed files with 3710 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Application x:Class="ManagementClient.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ManagementClient"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>