private void SetUpAltTabHook() { _altTabHook = new AltTabHook(); _altTabHook.Pressed += AltTabPressed; }