mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-02-16 18:49:54 -05:00
NotifyIcon WPF
-------------- FIX Removed invalid using statement. git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@58 9f600761-6f11-4665-b6dc-0185e9171623
This commit is contained in:
@@ -8,7 +8,8 @@ using System.Windows.Controls;
|
|||||||
using System.Windows.Controls.Primitives;
|
using System.Windows.Controls.Primitives;
|
||||||
using Hardcodet.Wpf.TaskbarNotification.Interop;
|
using Hardcodet.Wpf.TaskbarNotification.Interop;
|
||||||
using Point=Hardcodet.Wpf.TaskbarNotification.Interop.Point;
|
using Point=Hardcodet.Wpf.TaskbarNotification.Interop.Point;
|
||||||
using Rect=Hardcodet.Wpf.TaskbarNotification.Interop.Rect;
|
|
||||||
|
|
||||||
|
|
||||||
namespace Hardcodet.Wpf.TaskbarNotification
|
namespace Hardcodet.Wpf.TaskbarNotification
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user