Exemplo n.º 1
0
 public RemoteHandler(SpotifyLocalAPIConfig config)
 {
     _config = config;
 }
Exemplo n.º 2
0
 public SpotifyLocalAPI(SpotifyLocalAPIConfig config)
 {
     _rh = new RemoteHandler(config);
     AttachTimer(config.TimerInterval);
 }