Esempio n. 1
0
 public static TLauncherEntry CreateFromFile(string path)
 {
     CoreLib.Log("ADD LINK: " + path);
     return(Factory.Current.ReadLinkFile(path));
 }