Ejemplo n.º 1
0
 public RESOURCE_TABLE(Stream stream)
 {
     this = new RESOURCE_TABLE();
     Read(stream);
 }
Ejemplo n.º 2
0
 public RESOURCE_TABLE(Stream stream)
 {
     this = new RESOURCE_TABLE();
     this.Read(stream);
 }