Hermes/App.xaml

7 lines
290 B
Plaintext
Raw Permalink Normal View History

2020-09-07 22:24:37 +02:00
<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"
2020-11-30 00:19:37 +01:00
StartupUri="MainWindow.xaml">
2020-09-07 22:24:37 +02:00
</Application>