예제 #1
0
 public static string Display(this POIType type)
 {
     return(AppResources.ResourceManager.GetString(type.ToString(), AppResources.Culture));
 }
예제 #2
0
 public static string ImageSourceFromPOIType(POIType type)
 {
     return "/Images/POIType/" + type.ToString().ToLower() + ".png";
 }
예제 #3
0
 public static string ImageSourceFromPOIType(POIType type)
 {
     return("/Images/POIType/" + type.ToString().ToLower() + ".png");
 }