private void button1_Click_1(object sender, EventArgs e) { examenForm ef = new examenForm(); saveValues(); ef.Show(); }
// Sends you to the second screen public void nextPage() { examenForm ef = new examenForm(); saveValues(); ef.Show(); }