Esempio n. 1
0
 private void InitHooks()
 {
     _hookManager = new HookManager(this);
     _hookManager.Attach(new WindowHook());
     _hookManager.Attach(new KeyBoardHook());
     _hookManager.Attach(new WindowsCombinationHook());
 }