Exemplo n.º 1
0
        private void pb_AddStudent_Click(object sender, EventArgs e)
        {
            AddStudent AddStudentForm = new AddStudent();

            AddStudentForm.Show();
        }
Exemplo n.º 2
0
        private void dodajUczniaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AddStudent AddStudentForm = new AddStudent();

            AddStudentForm.Show();
        }