@ -9,7 +9,7 @@ namespace Lib.Driver.Xml
[XmlRoot("Button")]
public class XmlButton
{
[XmlElement("Type")]
[XmlAttribute("Type")]
public string? ButtonType { get; set; }
}