mirror of
https://git.battle-of-pip.de/root/vpr-mitarbeiterverwaltung.git
synced 2025-12-14 06:41:41 +01:00
Initial Commit
This commit is contained in:
9
ManagementClient/App.xaml
Normal file
9
ManagementClient/App.xaml
Normal 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>
|
||||
Reference in New Issue
Block a user