Exemple #1
0
 public void saveXml(string filePath)
 {
     if (_xml != null)
     {
         _xml.SaveToFile(filePath, _encoding);
     }
 }