Esempio n. 1
0
        private void LoadDataIntoGridView()
        {
            DashboardForm dashboard = new DashboardForm();

            ListData.LoadDataIntoDataGridView(dashboard.StudentDataGridView, "usp_StudentGetStudent");
        }
 private void LoadDataIntoDataGridView()
 {
     ListData.LoadDataIntoDataGridView(EmployeesDataGridView, "usp_EmployeesGetEmployees");
 }
Esempio n. 3
0
 private void LoadDataIntoDataGridView()
 {
     ListData.LoadDataIntoDataGridView(BranchesDataGridView, "usp_BranchesGetAllBranches");
 }
 private void LoadDataIntoGridView()
 {
     ListData.LoadDataIntoDataGridView(StudentDataGridView, "usp_StudentGetStudent");
 }