11 lines
394 B
XML
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>
|