Beispiel #1
0
 private void LoadListData()
 {
     this.dgUserList.DataSource = AdminFactory.GetAll();
     this.dgUserList.DataBind();
 }