11 lines
393 B
Plaintext
11 lines
393 B
Plaintext
|
|
<Application
|
||
|
|
x:Class="Wino.Server.App"
|
||
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
ShutdownMode="OnExplicitShutdown"
|
||
|
|
xmlns:local="clr-namespace:Wino.Server">
|
||
|
|
<Application.Resources>
|
||
|
|
<ResourceDictionary Source="TrayIconResources.xaml" />
|
||
|
|
</Application.Resources>
|
||
|
|
</Application>
|