added comment for reference to information page
This commit is contained in:
parent
705c31b0e7
commit
6bae76b9ec
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ namespace USB_Lockdown
|
|||
KH = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// From http://www.codeproject.com/Articles/14485/Low-level-Windows-API-hooks-from-C-to-stop-unwante
|
||||
public class KeyboardHook : IDisposable
|
||||
{
|
||||
/// <summary>
|
||||
|
|
Reference in a new issue