コード例 #1
0
 public WcfHost()
 {
     // Zur Verwendung von Spotify
     SpotifyProvider = new SpotifyProvider();
     SpotifyProvider.Connect();
 }
コード例 #2
0
 public SpotifyController()
 {
     // Zur Verwendung von Spotify
     SpotifyProvider = new SpotifyProvider();
     SpotifyProvider.Connect();
 }