예제 #1
0
파일: Program.cs 프로젝트: Jissai/TinyPG-1
 public Program(OnParseErrorDelegate parseErrorDelegate, StringBuilder output)
 {
     this.parseErrorDelegate = parseErrorDelegate;
     this.output = output;
 }
예제 #2
0
파일: Program.cs 프로젝트: wholroyd/TinyPG
 public Program(OnParseErrorDelegate parseErrorDelegate, StringBuilder output)
 {
     this.parseErrorDelegate = parseErrorDelegate;
     this.output             = output;
 }