Exemplo n.º 1
0
 public DataDef (string name, PEAPI.DataSegment segment)
 {
         this.name = name;
         this.segment = segment;
 }