Files
Wino-Mail/Wino.Server/App.xaml
2024-07-19 03:06:01 +02:00

10 lines
355 B
XML

<Application
x:Class="Wino.Server.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Wino.Server">
<Application.Resources>
<ResourceDictionary Source="TrayIconResources.xaml" />
</Application.Resources>
</Application>