Exemplo n.º 1
0
 public LoadParser(Catalog catalog, string poFile, Encoding encoding) : base(poFile, encoding)
 {
     this.catalog = catalog;
 }