Archived
1
0
This repository has been archived on 2021-10-19. You can view files and clone it, but cannot push or open issues or pull requests.
nonabgs/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>