Пример #1
0
 public Checker(TextWriter tw)
 {
     this.tw    = tw;
     this.nt    = new NameTable();
     this.host1 = new SanitizerHostEnvironment(nt);
     this.host2 = new SanitizerHostEnvironment(nt);
 }
Пример #2
0
 public Checker(TextWriter tw)
 {
   this.tw = tw;
   this.nt = new NameTable();
   this.host1 = new SanitizerHostEnvironment(nt);
   this.host2 = new SanitizerHostEnvironment(nt);
 }