Example #1
0
 public void Logout()
 {
     _youTubeServiceControl.Logout();
     _youTubeService = _youTubeServiceControl.GetService();
     _subscriptionsHolder.Clear();
     ClearProfileInfo();
 }