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