/// <summary>
        /// The main method.
        /// </summary>
        /// <param name="args">Not used.</param>
        static void Main(string[] args)
        {
            Uri             u     = new Uri("http://www.httprecipes.com/1/6/form.php");
            ParseChoiceList parse = new ParseChoiceList();

            parse.Process(u, 1);
        }
 /// <summary>
 /// The main method.
 /// </summary>
 /// <param name="args">Not used.</param>
 static void Main(string[] args)
 {
     Uri u = new Uri("http://www.httprecipes.com/1/6/form.php");
     ParseChoiceList parse = new ParseChoiceList();
     parse.Process(u, 1);
 }