Exemplo n.º 1
0
 //获取表格值
 private void databind()
 {
     grd.DataSource = crud.QueryConfig();
 }