/// <summary> /// Copy constructor /// </summary> /// <param name="other"></param> public HeaderThemed(HeaderThemed other) : base(other) { }