Пример #1
0
 public find_site()
 {
     mthread      = new Thread(run);
     this.mfind   = new find();
     this.mreg    = new regulars();
     this.mretri  = new retrievals();
     this.wwwSort = new SortedDictionary <string, string>();
 }
Пример #2
0
 public KeyInfor()
 {
     this.mfind   = new find();
     this.mreg    = new keyword_site_regx();
     this.mretri  = new retrievals();
     this.wwwSort = new SortedDictionary <string, string>();
     this.mm      = new Thread(run);
 }