Exemplo n.º 1
0
 public SpotifyLocalAPIClass(bool betaMode = false)
 {
     rh = RemoteHandler.GetInstance();
     mh = new SpotifyMusicHandler();
     eh = new SpotifyEventHandler(this, mh);
     SpotifyLocalAPIClass.betaMode = betaMode;
 }
 public SpotifyMusicHandler()
 {
     rh = RemoteHandler.GetInstance();
 }
Exemplo n.º 3
0
 public SpotifyLocalAPIClass()
 {
     rh = RemoteHandler.GetInstance();
     mh = new SpotifyMusicHandler();
     eh = new SpotifyEventHandler(this, mh);
 }
 public SpotifyMusicHandler()
 {
     rh = RemoteHandler.GetInstance();
 }