1
0
36
168
111
81
public DataTable GetPicLst(string strImglst) { DataTable dt = new DataTable(); dt.Columns.Add(pic, Type.GetType(System.String)); if (!String.IsNullOrEmpty(strImglst)) {...