Ejemplo n.º 1
0
 internal virtual XDocument LoadDocument(string path)
 {
     return(XmlUtility.LoadSafe(path));
 }