Example #1
0
 public static void Test_Gesat_LoadCompanyFromWeb_02()
 {
     //http://www.reseau-gesat.com/Gesat/Hauts-de-Seine,92/Bois-Colombes,35494/esat-betty-launay-moulin-vert-competences-et-handicap-92,e1837/
     _tr.WriteLine("Test_Gesat_LoadCompanyFromWeb_02");
     Gesat.Gesat.Init();
     string url = "http://www.reseau-gesat.com/Gesat/Hauts-de-Seine,92/Bois-Colombes,35494/esat-betty-launay-moulin-vert-competences-et-handicap-92,e1837/";
     //string urlFile = @"c:\pib\dev_data\exe\wrun\damien\cache\Gesat\esat-betty-launay-moulin-vert-competences-et-handicap-92,e1837.html";
     bool reload = false;
     bool loadImage = false;
     Gesat_LoadCompanyFromWeb2 load = new Gesat_LoadCompanyFromWeb2(url, null, reload, loadImage);
     load.Load();
     //_rs.View(load.Data);
     load.Data.zView();
 }
Example #2
0
        public static void Test_Gesat_LoadCompanyFromWeb_02()
        {
            //http://www.reseau-gesat.com/Gesat/Hauts-de-Seine,92/Bois-Colombes,35494/esat-betty-launay-moulin-vert-competences-et-handicap-92,e1837/
            _tr.WriteLine("Test_Gesat_LoadCompanyFromWeb_02");
            Gesat.Gesat.Init();
            string url = "http://www.reseau-gesat.com/Gesat/Hauts-de-Seine,92/Bois-Colombes,35494/esat-betty-launay-moulin-vert-competences-et-handicap-92,e1837/";
            //string urlFile = @"c:\pib\dev_data\exe\wrun\damien\cache\Gesat\esat-betty-launay-moulin-vert-competences-et-handicap-92,e1837.html";
            bool reload    = false;
            bool loadImage = false;
            Gesat_LoadCompanyFromWeb2 load = new Gesat_LoadCompanyFromWeb2(url, null, reload, loadImage);

            load.Load();
            //_rs.View(load.Data);
            load.Data.zView();
        }