Пример #1
0
 public static Bundle ParseBundleFromXml(string xml, ErrorList errors)
 {
     return(BundleXmlParser.Load(xml, errors));
 }
Пример #2
0
 public static Bundle ParseBundle(XmlReader reader, ErrorList errors)
 {
     return(BundleXmlParser.Load(reader, errors));
 }