コード例 #1
0
ファイル: SalesOrderL.cs プロジェクト: qimengcheng/xi
 public DataSet Select_Custom(string condition)
 {
     return(so.Select_Custom(condition));
 }