Example #1
0
 public void Visit(IPortLinkContactPointGlyph portLinkContactPoint)
 {
 }
 public void Visit(IPortLinkContactPointGlyph portLinkContactPoint)
 {
 }
        protected IComponentGlyph GetComponent(IPortLinkGlyph portLink, IPortLinkContactPointGlyph contactPoint)
        {
            IComponentGlyph parent = contactPoint.Parent as IComponentGlyph;

            return(parent);
        }
 protected IComponentGlyph GetComponent(IPortLinkGlyph portLink, IPortLinkContactPointGlyph contactPoint)
 {
     IComponentGlyph parent = contactPoint.Parent as IComponentGlyph;
     return parent;
 }