Guest User

Untitled

a guest
Jan 6th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1. [Serializable]
  2.     [XmlRoot("Collection")]
  3.     public class ArrayOfDataOfButtonsCollection
  4.     {
  5.         [XmlElement("ArrayOfDataOfbuttons")]
  6.         public List<ArrayOfDataOfButtons> ArrayOfDataOfButtonsList { get; set; }
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment