Exemple #1
0
 public RESOURCE_TABLE(Stream stream)
 {
     this = new RESOURCE_TABLE();
     Read(stream);
 }
Exemple #2
0
 public RESOURCE_TABLE(Stream stream)
 {
     this = new RESOURCE_TABLE();
     this.Read(stream);
 }