コード例 #1
0
 private void btnCreateNewShortcut_Click(object sender, EventArgs e)
 {
     using (var newShortcutForm = new FrmCustomShortcutManagerNew())
     {
         newShortcutForm.ShowDialog(this);
     }
     RefreshCustomShortcuts();
 }
コード例 #2
0
 private void btnCreateNewShortcut_Click(object sender, EventArgs e)
 {
     using (var newShortcutForm = new FrmCustomShortcutManagerNew())
     {
         newShortcutForm.ShowDialog(this);
     }
     RefreshCustomShortcuts();
 }