09 2019 档案
扫码枪+刷卡
摘要:public class ScanHook { #region 引用扩展API方法 // 安装钩子 [DllImport("user32.dll")] public static extern int SetWindowsHookEx(int idHook, HookProc lpfn, IntPt 阅读全文
posted @ 2019-09-06 16:12 FL0528