Esempio n. 1
0
 private void btnCreateNewShortcut_Click(object sender, EventArgs e)
 {
     using (var newShortcutForm = new FrmCustomShortcutManagerNew())
     {
         newShortcutForm.ShowDialog(this);
     }
     RefreshCustomShortcuts();
 }
 private void btnCreateNewShortcut_Click(object sender, EventArgs e)
 {
     using (var newShortcutForm = new FrmCustomShortcutManagerNew())
     {
         newShortcutForm.ShowDialog(this);
     }
     RefreshCustomShortcuts();
 }