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