Exemplo n.º 1
0
 public Dictionary <string, string> GetStlElements(string innerXml, List <string> stlElementNames)
 {
     return(StlInnerUtility.GetStlElements(innerXml, stlElementNames));
 }