Files
EngineeringSync/EngineeringSync.TrayApp/App.xaml

12 lines
565 B
Plaintext
Raw Normal View History

<Application x:Class="EngineeringSync.TrayApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:tb="clr-namespace:H.NotifyIcon;assembly=H.NotifyIcon.Wpf"
ShutdownMode="OnExplicitShutdown">
<Application.Resources>
<tb:TaskbarIcon x:Key="TrayIcon"
ToolTipText="EngineeringSync Watcher aktiv"
IconSource="/Assets/tray.ico" />
</Application.Resources>
</Application>