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