Ejemplo n.º 1
0
 /// <summary>
 /// Connects with Spotify. Needs to be called before all other SpotifyAPI functions
 /// </summary>
 /// <returns>Returns true, if it was successful, false if not</returns>
 public Boolean Connect()
 {
     return(_rh.Init());
 }