- change to attribute

master
Simon G 5 years ago
parent 8d7dd36a10
commit cf1f1d55a8
  1. 2
      Lib.Driver/Xml/XmlButton.cs

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