Ejemplo n.º 1
0
        public void LoadScore()
        {
            Scores score = new Scores();

            DataGridView_Score.DataSource = score.GetStudentScore();
        }
Ejemplo n.º 2
0
 private void Show_student_Click(object sender, EventArgs e)
 {
     DataGridView_Student.DataSource = score.GetStudentScore();
 }