Files
MainSoftware/GuiWPF/App.xaml
2021-05-05 13:40:42 +02:00

10 lines
357 B
XML

<Application x:Class="GuiWPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:GuiWPF"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>