Ejemplo n.º 1
0
 private void pAddCellrefs(int count)
 {
     GCElement[] e = new GCCellref[count];
     elementList.AddRange(e.ToList());
 }
Ejemplo n.º 2
0
 private void pAddCellref()
 {
     GCElement e = new GCCellref();
     pAddElement(e);
 }
Ejemplo n.º 3
0
 private void pAddCellref(GCCell c, GeoLibPoint pos)
 {
     GCElement e = new GCCellref(c, pos);
     pAddElement(e);
 }