예제 #1
0
 private void btn_gradeHistory_Click(object sender, EventArgs e)
 {
     Form history = new GradeHistory();
     history.Show();
 }
예제 #2
0
        private void btn_gradeHistory_Click(object sender, EventArgs e)
        {
            Form history = new GradeHistory();

            history.Show();
        }