Пример #1
0
        public string DownloadChapter(string chapterName, BookSeeker seeker = null)
        {
            if (seeker == null)
            {
                seeker = this.Seeker;
            }

            return(null);
        }
Пример #2
0
        public bool DownLoadBook(BookSeeker seeker = null)
        {
            if (seeker == null)
            {
                seeker = this.Seeker;
            }

            return(true);
        }
Пример #3
0
        public string DownloadChapter(uint chapterIndex, BookSeeker seeker = null)
        {
            if (seeker == null)
            {
                seeker = this.Seeker;
            }


            return(null);
        }