Example #1
0
 static void ApplyEditableAttributes(XmlReader re, IEditable e)
 {
     re.MoveToContent();
     e.SetEditAttrsFromString(re.ReadString());
 }