Ejemplo n.º 1
0
 public DomShapeGroup()
 {
     ExtAttrbutes = new StringAttributeCollection();
 }
Ejemplo n.º 2
0
        // ReSharper restore UnusedAutoPropertyAccessor.Global
        // ReSharper restore MemberCanBePrivate.Global
        #endregion

        #region Constructor
        public DomShape()
        {
            ExtAttrbutes = new StringAttributeCollection();
        }