예제 #1
0
 void LoadCitys(string countryName)
 {
     country = JsonConvert.DeserializeObject <Country>(Geonames.GetCoutryJson(countryName));
 }
예제 #2
0
 void LoadCountrys()
 {
     countrys = JsonConvert.DeserializeObject <List <Country> >(Geonames.GetCoutrysJson());
 }