Exemple #1
0
 protected internal override void WriteToXml(System.Xml.XmlElement xel)
 {
     xel.RemoveAll();
     WriteAttribute(xel, "x", Location.X.ToString());
     WriteAttribute(xel, "y", Location.Y.ToString());
     WriteText(xel, Notes);
 }