コード例 #1
0
 public void Logout()
 {
     _youTubeServiceControl.Logout();
     _youTubeService = _youTubeServiceControl.GetService();
     _subscriptionsHolder.Clear();
     ClearProfileInfo();
 }
コード例 #2
0
 public RemoteDataSource(IYouTubeService youTubeServiceControl)
 {
     _youTubeServiceControl = youTubeServiceControl;
     _youTubeService        = _youTubeServiceControl.GetService();
     _subscriptionsHolder   = new SubscriptionsHolder(_youTubeServiceControl);
     _youTubeWeb            = new YouTubeWeb();
     _playlists             = new List <IPlaylistList>();
 }