コード例 #1
0
ファイル: TvDbWrapper.cs プロジェクト: wernervn/media-apps
 public TvDbWrapper(string apiKey)
 {
     _client = new TvDbClient(apiKey);
     _client.AuthenticateAsync(apiKey);
     _apiKey = apiKey;
 }