Hermes/App.xaml
2020-09-07 22:24:37 +02:00

11 lines
394 B
XML

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