Ejemplo n.º 1
0
 public void Initialize()
 {
     Collection = new EventCollection();
     Collection.Deserialize(XElement.Parse(XmlText));
 }