Beispiel #1
0
        public Form1()
        {
            InitializeComponent();
            // Run connection check
            Status.CheckStatus();

            HotKeys hk = new HotKeys();

            hk.CheckCombinations();
        }