Exemplo n.º 1
0
 //得到参数节点
 public XmlTreeNode GetArgument(String path)
 {
     return(rootPackage.GetItem(path));
 }