Example #1
0
        private void btnStudentInformation_Click(object sender, EventArgs e)
        {
            Student_Information obj = new Student_Information();

            obj.Show();
        }
Example #2
0
        private void btnRegisterStudent_Click(object sender, EventArgs e)
        {
            Student_Information obj = new Student_Information();

            this.Show();
        }