OnlineVideos.Sites.georgius.CeskaTelevizeUtil.GetVideos C# (CSharp) Méthode

GetVideos() public méthode

public GetVideos ( Category category ) : List
category Category
Résultat List
        public override List<VideoInfo> GetVideos(Category category)
        {
            this.currentStartIndex = 0;
            return this.GetVideoList(category);
        }