public async void LoadPk() { Pk = await PokemonAPIDAL.LoadPokemon(SelectedPokemon.Url); }
public async void LoadSinglePokemon() { Pokemon = await PokemonAPIDAL.LoadPokemon(SelectedPokemon.Url); }
public async void LoadPokemon(Pokemon pokemon) { selectedPokemon = await PokemonAPIDAL.LoadPokemon(pokemon); }