Ejemplo n.º 1
0
 public XbeSection(CBinaryReader br)
 {
     this.Header = new XbeSectionHeader(br);
     this.Name = "";
 }
Ejemplo n.º 2
0
 public XbeSection(CBinaryReader br)
 {
     Header = new XbeSectionHeader(br);
     Name   = "";
 }
Ejemplo n.º 3
0
 public XbeSection(CBinaryReader br)
 {
     this.Header = new XbeSectionHeader(br);
     this.Name   = "";
 }