Beispiel #1
0
 internal virtual XDocument LoadDocument(string path)
 {
     return(XmlUtility.LoadSafe(path));
 }