Exemple #1
0
 public RefreshRecommendationsJob(RecommendationPane pane, string artist)
 {
     this.pane   = pane;
     this.artist = artist;
 }
Exemple #2
0
 public RefreshRecommendationsJob(RecommendationPane pane, string artist)
 {
     this.pane = pane;
     this.artist = artist;
 }