示例#1
0
文件: Parser.cs 项目: aweisser/PMCS
 public Parser(InputSource source)
 {
     inputSource           = source;
     inputSource.ElementID = 2;
 }