Esempio n. 1
0
 public static string GetStylePhotographPath(StylePhotograph stylePhotograph)
 {
     return(GetRootPath() + "/StylePhotographs/" + stylePhotograph.ImageUri);
 }
Esempio n. 2
0
 public static string GetStylePhotographPath(StylePhotograph stylePhotograph)
 {
     return(rootPath + "res/StylePhotographs/" + stylePhotograph.ImageUri);
 }