예제 #1
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public HeaderBase(HeaderBase other)
     : base(other)
 {
     Style = other.Style;
 }
예제 #2
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public HeaderBase(HeaderBase other)
     : base(other)
 {
     Style = other.Style;
 }