Ejemplo n.º 1
0
 public Remove(DxfEntityCollection entities, int index)
 {
     this.dxfEntityCollection_0 = entities;
     this.int_0       = index;
     this.dxfEntity_0 = entities[index];
 }
Ejemplo n.º 2
0
 public Add(DxfEntityCollection entities, DxfEntity entity)
 {
     this.dxfEntityCollection_0 = entities;
     this.dxfEntity_0           = entity;
 }