From dc0a2167fe12ce679fc81f44b1bc0bfb825a2f3b Mon Sep 17 00:00:00 2001 From: Philipp Sumi Date: Wed, 1 Apr 2009 15:06:01 +0000 Subject: [PATCH] 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 --- Source/NotifyIconWpf/TaskbarIcon.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/NotifyIconWpf/TaskbarIcon.cs b/Source/NotifyIconWpf/TaskbarIcon.cs index 89162bf..9a9a454 100644 --- a/Source/NotifyIconWpf/TaskbarIcon.cs +++ b/Source/NotifyIconWpf/TaskbarIcon.cs @@ -8,7 +8,8 @@ using System.Windows.Controls; using System.Windows.Controls.Primitives; using Hardcodet.Wpf.TaskbarNotification.Interop; using Point=Hardcodet.Wpf.TaskbarNotification.Interop.Point; -using Rect=Hardcodet.Wpf.TaskbarNotification.Interop.Rect; + + namespace Hardcodet.Wpf.TaskbarNotification {