mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-14 10:00:10 -05:00
10 lines
444 B
XML
10 lines
444 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:tb="http://www.hardcodet.net/taskbar">
|
|
|
|
<!-- Globally declared notify icon (ResourceDictionary is not in use, example only) -->
|
|
<tb:TaskbarIcon x:Key="MyNotifyIcon"
|
|
IconSource="/Icons/Error.ico"
|
|
ToolTipText="hello world" />
|
|
|
|
</ResourceDictionary> |