示例#1
0
 public PoParser(string poSource)
 {
     _lineSeparator = new LineSeparator(poSource, NEW_LINE_TOKEN);
 }
示例#2
0
 public PoParser(string poSource)
 {
     _lineSeparator = new LineSeparator(poSource, NEW_LINE_TOKEN);
 }