Katteker/Example/App.xaml
Holger Boerchers 92b32975e8 fixed warnings.
2018-06-16 09:59:36 +02:00

9 lines
310 B
XML

<Application x:Class="Example.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>