Ejemplo n.º 1
0
 public void DeleteStartupShortcuts(IEnumerable <IShortcut> shortcuts)
 {
     _shortcutService.DeleteShortcuts(StartupPath, shortcuts);
 }