Ejemplo n.º 1
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public Header(Header other)
     : base(other)
 {
     BackColor = other.BackColor;
     Border = other.Border;
     GradientAngle = other.GradientAngle;
 }