Hermes/App.xaml
2020-11-30 00:19:37 +01:00

7 lines
290 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">
</Application>