EliteBGS/App.xaml

10 lines
366 B
Plaintext
Raw Normal View History

2021-07-09 11:03:30 +02:00
<Application x:Class="NonaBGSApplication"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:NonaBGS"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>