Esempio n. 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            RegistrarForm frm = new RegistrarForm();

            frm.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void button5_Click(object sender, EventArgs e)
        {
            save();
            RegistrarForm frm = new RegistrarForm();

            frm.Show();
            StudentModel.clearAll();
            this.Close();
        }