Exemplo n.º 1
0
 public LastFMImage(LastFMImageSize imageSize, string strUrl)
 {
   ImageSize = imageSize;
   ImageURL = strUrl;
 }
Exemplo n.º 2
0
 public LastFMImage(LastFMImageSize imageSize, string strUrl)
 {
     ImageSize = imageSize;
     ImageURL  = strUrl;
 }