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