コード例 #1
0
ファイル: MenuCommands.cs プロジェクト: romesc/RssBandit
 private void SetShortcuts(string cmdId, ShortcutHandler shortcuts)
 {
     if (shortcuts != null)
     {
         this.Shortcut     = shortcuts.GetShortcut(cmdId);
         this.ShowShortcut = shortcuts.IsShortcutDisplayed(cmdId);
     }
 }