Exemple #1
0
        static void Main(string[] args)
        {
            Uri            u     = new Uri("http://www.httprecipes.com/1/6/subpage.php");
            ExtractSubPage parse = new ExtractSubPage();

            parse.Process(u);
        }
 static void Main(string[] args)
 {
     Uri u = new Uri("http://www.httprecipes.com/1/6/subpage.php");
     ExtractSubPage parse = new ExtractSubPage();
     parse.Process(u);
 }