예제 #1
0
 public async Task <BitmapImage> GetChampionSquare()
 {
     return(new BitmapImage(new Uri("http://ddragon.leagueoflegends.com/cdn/" + (await EndPointDDragon.GetVersions()).GeralVersion.Champion + "/img/champion/" + this.Image.Full)));
 }
예제 #2
0
 public async Task <BitmapImage> GetProfileIcon()
 {
     return(new BitmapImage(new Uri(@"http://ddragon.leagueoflegends.com/cdn/" + (await EndPointDDragon.GetVersions()).GeralVersion.ProfileIcon + "/img/profileicon/" + this.ProfileIconId.ToString() + ".png")));
 }