public Form1() { InitializeComponent(); // Run connection check Status.CheckStatus(); HotKeys hk = new HotKeys(); hk.CheckCombinations(); }