public static void EMLoadXml(this IBxPersistStorageNode persist, XmlElement xmlNode) { BxStorage stg = new BxStorage(); stg.LoadXml(xmlNode); persist.LoadStorageNode(stg.RootNode); }
public void LoadXml(System.Xml.XmlElement node) { BxStorage stg = new BxStorage(); stg.LoadXml(node); LoadStorageNode(stg.RootNode); }