Example #1
0
 public string GetPhotoName(int number)
 {
     return(PhotoNames.Split(",").ToArray()[number]);
 }