示例#1
0
 private void DataRefresh()
 {
     this.dataGridView.DataSource = billDao.SelectAll();
 }