示例#1
0
 static Hotkey()
 {
     _actions = new List<HotkeyInfo>();
     _hook = new KeyboardHook();
     _hook.KeyPressed += HookOnKeyPressed;
 }
示例#2
0
 static Hotkey()
 {
     _actions          = new List <HotkeyInfo>();
     _hook             = new KeyboardHook();
     _hook.KeyPressed += HookOnKeyPressed;
 }