Beispiel #1
0
 public void XmlPoke(FilePath filePath, string xpath, string value, XmlPokeSettings settings)
 {
     AeroContext.XmlPoke(filePath, xpath, value, settings);
 }
Beispiel #2
0
 public void XmlPoke(FilePath filePath, string xpath, string value)
 {
     AeroContext.XmlPoke(filePath, xpath, value);
 }