コード例 #1
0
ファイル: RapideDdl_f_v1.cs プロジェクト: 24/source_04
        public static void Test_RapideDdl_LoadDetail_01()
        {
            //string url = "http://www.rapide-ddl.com/ebooks/magazine/36143-secrets-dhistoire-de-dgtours-en-france-no1-2014.html";
            //string url = "http://www.rapide-ddl.com/ebooks/magazine/36142-le-point-no2184-du-24-au-30-juillet-2014-lien-direct.html";
            string url = "http://www.rapide-ddl.com/ebooks/bandes-dessinee/36158-x-men-curse-of-the-mutants-sgrie-en-cours-19-tomes-comicmulti.html";
            //string url = "http://www.rapide-ddl.com/ebooks/bandes-dessinee/36153-lgonard-sgrie-en-cours-43-tomes-2hs-bdmulti.html";
            //string url = "http://www.rapide-ddl.com/ebooks/bandes-dessinee/36152-lgon-la-terreur-sgrie-finie-9-tomes-bdmulti.html";
            //string url = "http://www.rapide-ddl.com/ebooks/bandes-dessinee/36151-les-aventures-de-bessy-sgrie-finie-22-tomes-bdmulti.html";
            RapideDdl_PostDetail post = RapideDdl_LoadDetail.Load(url, reload: false, loadImage: true, refreshDocumentStore: true);

            //RunSource.CurrentRunSource.View(post);
            post.zView();
        }
コード例 #2
0
ファイル: RapideDdl_v1.cs プロジェクト: 24/source_04
 // bool desactivateDocumentStore = false
 public static RapideDdl_PostDetail LoadDetailItem(RapideDdl_PostHeader header, bool reload = false, bool loadImage = false, bool refreshDocumentStore = false)
 {
     return(RapideDdl_LoadDetail.Load(header.urlDetail, reload: reload, loadImage: loadImage, refreshDocumentStore: refreshDocumentStore));
 }