public void ZoomParam_2_Xml(List <importdll.ZoomInfo> zoominfo) { Xmlopera xml = new Xmlopera(); xml.Create_Zoom_Xml(); foreach (var b in zoominfo) { xml.Append_Zoom_Xml(b); } }
public void ZoomParam_Clear_Xml() { Xmlopera xml = new Xmlopera(); xml.Delete_Xml(); }
public int ZoomParam_From_Xml(List <importdll.ZoomInfo> zoominfo) { Xmlopera xml = new Xmlopera(); return(xml.ReadXml(zoominfo)); }