예제 #1
0
파일: LowKey.cs 프로젝트: Beluki/LowKey
        /// <summary>
        /// Dispose the hooker.
        /// </summary>
        public void Dispose()
        {
            if (hookID != IntPtr.Zero)
            {
                Unhook();
            }

            instance = null;
        }