Exemplo n.º 1
0
 public string GetList(string xml)
 {
     XmlRecord rec = new XmlRecord(xml);
       return rec.GetList();
 }
Exemplo n.º 2
0
        public string GetList(string xml)
        {
            XmlRecord rec = new XmlRecord(xml);

            return(rec.GetList());
        }