Exemplo n.º 1
0
        public override BuildFormat Clone()
        {
            FormatMhv format = new FormatMhv(this);

            base.Clone(format);

            return(format);
        }
Exemplo n.º 2
0
 public FormatMhv(FormatMhv source)
     : base(source)
 {
     _tocParent        = source._tocParent;
     _topicVersion     = source._topicVersion;
     _tocParentVersion = source._tocParentVersion;
     _selfbranded      = source._selfbranded;
 }