internal void Stop() { DllUser32.UnhookWindowsHookEx(_hookId); }
public void Dispose() { DllUser32.UnhookWindowsHookEx(_hookId); }