Exemplo n.º 1
0
        private void MainClass_Load(object sender, EventArgs e)
        {
            const Keys k = Keys.R | Keys.Control | Keys.Alt | Keys.Shift;

            WindowsShell.RegisterHotKey(this, k);
        }