/// <summary>
 /// Initializes a new instance of the <see cref="videosDataSource" /> class.
 /// </summary>
 /// <param name="youtubeDataSource">A Youtube data source.</param>
 public videosDataSource(IYoutubeDataSource youtubeDataSource)
 {
     _youtubeDataSource = youtubeDataSource;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="videoAlbum" /> class.
 /// </summary>
 /// <param name="youtubeDataSource">A Youtube data source.</param>
 public videoAlbum(IYoutubeDataSource youtubeDataSource)
 {
     _youtubeDataSource = youtubeDataSource;
 }