Exemplo n.º 1
0
        private void btnall_Click(object sender, EventArgs e)
        {
            StudentInfoBLL          stubll = new StudentInfoBLL();
            List <StudentInfoModel> list   = stubll.getAllStudentInfoList();

            this.dgvStudent.DataSource = list;
        }