예제 #1
0
파일: BasePage.cs 프로젝트: Cathorlin/yimao
 public DataTable  getDtByXML(string xml_)
 {
     return(Fun.getDtByPkg(xml_));
 }