Example #1
0
 public async void LoadPk()
 {
     Pk = await PokemonAPIDAL.LoadPokemon(SelectedPokemon.Url);
 }
Example #2
0
 public async void LoadSinglePokemon()
 {
     Pokemon = await PokemonAPIDAL.LoadPokemon(SelectedPokemon.Url);
 }
Example #3
0
 public async void LoadPokemon(Pokemon pokemon)
 {
     selectedPokemon = await PokemonAPIDAL.LoadPokemon(pokemon);
 }