Beispiel #1
0
 public static string GetBrandSetPath(BrandSet brandSet)
 {
     return(GetRootPath() + "/BrandSets/" + brandSet.ImageUri);
 }
Beispiel #2
0
 public static string GetBrandSetPath(BrandSet brandSet)
 {
     return(rootPath + "res/BrandSets/" + brandSet.ImageUri);
 }