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