Exemplo n.º 1
0
 public static Bundle ParseBundleFromXml(string xml, ErrorList errors)
 {
     return(BundleXmlParser.Load(xml, errors));
 }
Exemplo n.º 2
0
 public static Bundle ParseBundle(XmlReader reader, ErrorList errors)
 {
     return(BundleXmlParser.Load(reader, errors));
 }