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