Beispiel #1
0
        void AddNewHotKey()
        {
            NewKey NewShortcut = new NewKey();

            NewShortcut.MainForm = this;
            NewShortcut.ShowDialog();
        }
 void AddNewHotKey()
 {
     NewKey NewShortcut = new NewKey();
     NewShortcut.MainForm = this;
     NewShortcut.ShowDialog();
 }