Katteker/Example/App.xaml
Holger Boerchers d383f0ef1c Initial commit
2018-03-21 20:07:40 +01:00

10 lines
359 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"
xmlns:local="clr-namespace:Example"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>