Ejemplo n.º 1
0
 protected BinaryImage()
 {
     this.instructions = new InstructionCollection(this);
     this.attributes = new ByteAttributeCollection(this);
 }
Ejemplo n.º 2
0
 protected BinaryImage()
 {
     this.instructions = new InstructionCollection(this);
     this.attributes   = new ByteAttributeCollection(this);
 }