From 8aa752f5faa3a5b8432314fb7eb4a5552d705fa5 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Thu, 27 Mar 2008 22:23:21 +0000 Subject: [PATCH] remove abstract git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@50 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/webimtray/WebIMTray/LockNotificationForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webimtray/WebIMTray/LockNotificationForm.cs b/src/webimtray/WebIMTray/LockNotificationForm.cs index a38535d5..98385ed3 100644 --- a/src/webimtray/WebIMTray/LockNotificationForm.cs +++ b/src/webimtray/WebIMTray/LockNotificationForm.cs @@ -9,7 +9,7 @@ namespace webImTray { /// Base class for a form that wants to be notified of Windows /// session lock / unlock events /// - public abstract class LockNotificationForm : Form { + public class LockNotificationForm : Form { // from wtsapi32.h private const int NotifyForThisSession = 0;