archive
/
usb-lockdown
Archived
1
Fork 0

added comment for reference to information page

This commit is contained in:
Jake Howard 2014-08-10 22:43:16 +01:00
parent 705c31b0e7
commit 6bae76b9ec
1 changed files with 3 additions and 0 deletions

View File

@ -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>