Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Serializable]
- [XmlRoot("Collection")]
- public class ArrayOfDataOfButtonsCollection
- {
- [XmlElement("ArrayOfDataOfbuttons")]
- public List<ArrayOfDataOfButtons> ArrayOfDataOfButtonsList { get; set; }
- }
Advertisement
Add Comment
Please, Sign In to add comment