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