Beispiel #1
0
        private void addStudent_Click(object sender, EventArgs e)
        {
            addStudent ass = new addStudent();

            ass.Show();
        }
Beispiel #2
0
        private void AddButton_Click(object sender, EventArgs e)
        {
            addStudent ad = new addStudent();

            this.Close();
        }