Program.cs 505 B

1234567891011121314151617181920212223
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace ConsoleApplication1
  6. {
  7. class Program
  8. {
  9. static void Main(string[] args)
  10. {
  11. Gets.Url_kat_cr cr = new Gets.Url_kat_cr();
  12. Console.WriteLine(cr.gogogo("art"));
  13. Gets.MyWebClient wc = new Gets.MyWebClient();
  14. var ddddd = wc.GetHTML(new Uri("http://kat.cr/usearch/art"));
  15. Console.WriteLine(ddddd);
  16. }
  17. }
  18. }