Exemplo n.º 1
0
 private bool ValidateXmlFile(string filePath)
 {
     return(XmlValidator.IsValidXmlFile(filePath));
 }