Beispiel #1
0
 public void CreateShortcutOnDesktop(string shortcutName, string targetPath, string description = null, string iconLocation = null)
 {
     ShortcutHelper.CreateShortcutOnDesktop(shortcutName, targetPath, description, iconLocation);
 }