Example #1
0
 private void LoadDataIntoGridView()
 {
     ListData.LoadDataIntoGridView(EmployeesDataGridView, "usp_EmployeesGetEmployee");
 }
Example #2
0
 private void LoadDataIntoGridView()
 {
     ListData.LoadDataIntoGridView(BranchesDataGridView, "usp_BranchesGetAllBranches");
 }
Example #3
0
 private void LoadDataIntoGridView()
 {
     ListData.LoadDataIntoGridView(StudentsDataGridView, "usp_StudentsGettAllStudents");
 }