Example #1
0
 private void LoadData()
 {
     gridList.DataSource = MembershipDao.FilterList();
 }