예제 #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);
 }