remove abstract

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@50 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2008-03-27 22:23:21 +00:00
parent 3b51162532
commit 8aa752f5fa

View File

@ -9,7 +9,7 @@ namespace webImTray {
/// Base class for a form that wants to be notified of Windows
/// session lock / unlock events
/// </summary>
public abstract class LockNotificationForm : Form {
public class LockNotificationForm : Form {
// from wtsapi32.h
private const int NotifyForThisSession = 0;