示例#1
0
文件: Base.cs 项目: gxylgbx/Stroke
 public static void StopHook()
 {
     API.UnhookWindowsHookEx(_hookID);
     Enable = false;
 }