Exemplo n.º 1
0
 static Hotkey()
 {
     _actions = new List<HotkeyInfo>();
     _hook = new KeyboardHook();
     _hook.KeyPressed += HookOnKeyPressed;
 }
Exemplo n.º 2
0
 static Hotkey()
 {
     _actions          = new List <HotkeyInfo>();
     _hook             = new KeyboardHook();
     _hook.KeyPressed += HookOnKeyPressed;
 }