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

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