mirror of
https://github.com/Mibew/tray.git
synced 2024-11-15 09:24:12 +03:00
remove abstract
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@50 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
3b51162532
commit
8aa752f5fa
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user