Ejemplo n.º 1
0
 public WcfHost()
 {
     // Zur Verwendung von Spotify
     SpotifyProvider = new SpotifyProvider();
     SpotifyProvider.Connect();
 }
 public SpotifyController()
 {
     // Zur Verwendung von Spotify
     SpotifyProvider = new SpotifyProvider();
     SpotifyProvider.Connect();
 }