示例#1
0
 // Token: 0x0600336C RID: 13164 RVA: 0x000E5F6C File Offset: 0x000E416C
 internal ParaBorder(ParaBorder pb)
 {
     this.BorderLeft   = new BorderFormat(pb.BorderLeft);
     this.BorderTop    = new BorderFormat(pb.BorderTop);
     this.BorderRight  = new BorderFormat(pb.BorderRight);
     this.BorderBottom = new BorderFormat(pb.BorderBottom);
     this.BorderAll    = new BorderFormat(pb.BorderAll);
     this.Spacing      = pb.Spacing;
 }
 internal ParaBorder(ParaBorder pb)
 {
     BorderLeft = new BorderFormat(pb.BorderLeft);
     BorderTop = new BorderFormat(pb.BorderTop);
     BorderRight = new BorderFormat(pb.BorderRight);
     BorderBottom = new BorderFormat(pb.BorderBottom);
     BorderAll = new BorderFormat(pb.BorderAll);
     Spacing = pb.Spacing;
 }