예제 #1
0
파일: Parser.cs 프로젝트: Nimoto/MyTipsWF
 public Parser(FileHandler fh)
 {
     this.fh = fh;
 }
예제 #2
0
파일: Handler.cs 프로젝트: Nimoto/MyTipsWF
 public Handler()
 {
     this.fh = new FileHandler(this.path);
 }