public Checker(ErrorHandler eh)
 {
     this.eh = eh;
 }
Beispiel #2
0
 public Checker(ErrorHandler eh)
 {
     this._eh = eh;
 }