Ejemplo n.º 1
0
 private void UnpackEntries()
 {
     entryTable = new PsbEntryTable(psbData, header.EntriesOffset, names, strings);
 }
Ejemplo n.º 2
0
 private void UnpackEntries()
 {
     this.entryTable = new PsbEntryTable(this.psbData, this.header.EntriesOffset, this.names, this.strings);
 }