2021-11-10 21:24:39 +01:00
|
|
|
<Application x:Class="EliteBGSApplication"
|
2021-07-09 11:03:30 +02:00
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2021-11-10 21:24:39 +01:00
|
|
|
xmlns:local="clr-namespace:EliteBGS"
|
2021-07-09 11:03:30 +02:00
|
|
|
StartupUri="MainWindow.xaml">
|
|
|
|
<Application.Resources>
|
|
|
|
|
|
|
|
</Application.Resources>
|
|
|
|
</Application>
|