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