Beispiel #1
0
        private void textRegisteredStudent_Click(object sender, EventArgs e)
        {
            AddStudentGroupInfoDisplay addStudentGroupInfoDisplay = new AddStudentGroupInfoDisplay();

            addStudentGroupInfoDisplay.ShowDialog();
        }
Beispiel #2
0
        private void label2_Click(object sender, EventArgs e)
        {
            AddStudentGroupInfoDisplay addStudentGroupInfoDisplay = new AddStudentGroupInfoDisplay();

            addStudentGroupInfoDisplay.ShowDialog();
        }