Exemple #1
0
 /// <summary>
 /// Initialize Object with Playlist Data
 /// </summary>
 /// <param name="SoundCloud">Playlist List from Soundcloud</param>
 /// <param name="Deezer">Playlist List from Deezer</param>
 public Search(List <StandardPlaylist> SoundCloud, List <StandardPlaylist> Deezer)
 {
     //s = new Deezer.API.Official();
     p = new Deezer.Playlist();
     this.SoundCloud = SoundCloud;
     this.Deezer     = Deezer;
 }
Exemple #2
0
 /// <summary>
 /// Initialize Object with Playlist Data
 /// </summary>
 /// <param name="SoundCloud">Playlist List from Soundcloud</param>
 /// <param name="Deezer">Playlist List from Deezer</param>
 public Search(List <StandardPlaylist> SoundCloud, List <StandardPlaylist> Deezer)
 {
     p = new Deezer.Playlist();
     this.SoundCloud = SoundCloud;
     this.Deezer     = Deezer;
 }