Ejemplo n.º 1
0
        public async Task <bool> DownloadMangaWithSpecifyFolderAsync(Manga manga, List <Chapter> chapters)
        {
            var download = new DownloadManga(this);

            return(await download.DownloadMangaWithSpecifyFolderAsync(manga, chapters));
        }
Ejemplo n.º 2
0
        public async Task <bool> DownloadMangaWithSpecifyFolderAsync(Manga manga)
        {
            var download = new DownloadManga(this);

            return(await download.DownloadMangaWithSpecifyFolderAsync(manga));
        }