Example #1
0
        private void buttonShortcutsSettings_Click(object i_Sender, EventArgs i_Args)
        {
            FormShortcutsSettings form = new FormShortcutsSettings(r_ShortcutsToReplace);

            form.ShowDialog();
            saveUserShortcuts();
        }
 private void buttonShortcutsSettings_Click(object i_Sender, EventArgs i_Args)
 {
     FormShortcutsSettings form = new FormShortcutsSettings(r_ShortcutsToReplace);
     form.ShowDialog();
     saveUserShortcuts();
 }