Ejemplo n.º 1
0
 public void Load(string PathLink)
 {
     _shortcut.Load(PathLink);
 }
Ejemplo n.º 2
0
 public void Load(String path)
 {
     _shortcut.Load(path);
 }
Ejemplo n.º 3
0
 public override string GetTarget()
 {
     _shortcut.Load(Path);
     return(_shortcut.TargetPath);
 }