Пример #1
0
 static XElement xx(string tagNeme, string innerXml)
 {
     return(XMLUtils.NewXElement(tagNeme, innerXml));
 }