Пример #1
0
        public override Object Clone()
        {
            Section s = (Section)base.Clone();

            s._props = (SectionProperties)_props.Clone();
            return(s);
        }