Exemplo n.º 1
0
 public static string GetPathToApplicationComponent(ApplicationComponent component)
 {
     return(Path.Combine(GetApplicationDirectory(), component.GetDescription()));
 }