Ejemplo n.º 1
0
 /// <summary>
 /// Add to shape mapping override.
 /// </summary>
 /// <param name="shapeElement"></param>
 public override void AddToShapeMapping(ShapeElement shapeElement)
 {
     if (shapeElement == this.MainElementShape)
     {
         GraphicalDependencyShapeStore.AddToStore(shapeElement.Element.Id, shapeElement.Id);
     }
     //else
     //    base.AddToShapeMapping(shapeElement);
 }
 /// <summary>
 /// Add to shape mapping override.
 /// </summary>
 /// <param name="shapeElement"></param>
 public override void AddToShapeMapping(ShapeElement shapeElement)
 {
     GraphicalDependencyShapeStore.AddToStore(shapeElement.Element.Id, shapeElement.Id);
     //base.AddToShapeMapping(shapeElement, true);
 }