摘要: int keyid = 10; Dictionary keymap = new Dictionary(); public delegate void HotKeyCallBackHanlder(); public enum HotkeyModifiers { Alt = 1, Control = 2, Shift = 4, Win = 8 } [System.Runtime.InteropServices.DllImport... 阅读全文
posted @ 2014-03-26 16:54 丶PanPan 阅读(832) 评论(2) 推荐(2) 编辑