示例#1
0
 public static string ResolveExecutingFile(BrandProvider provider)
 {
     return(System.IO.Path.Combine(Root, provider.Uri));
 }
示例#2
0
 public static string ResolveBrandProviderImage(Brand brand, BrandProvider provider)
 {
     return(System.IO.Path.Combine(Root, brand.NameAndFolder, provider.IconPath));
 }