コード例 #1
0
 public void EnableShortcut(ShortcutInfo shortcut)
 {
     mShortcutManager.EnableShortcuts(new List <string> {
         shortcut.Id
     });
 }