private void button1_Click_1(object sender, EventArgs e) { certification f1 = new certification(); this.Hide(); f1.ShowDialog(); }
private void button3_Click(object sender, EventArgs e) { certification f3 = new certification(); this.Hide(); f3.ShowDialog(); }