Example #1
0
 public Parser(FileHandler fh)
 {
     this.fh = fh;
 }
Example #2
0
 public Handler()
 {
     this.fh = new FileHandler(this.path);
 }