private void pictureBox2_Click(object sender, EventArgs e)
        {
            Tests testsForms = new Tests();

            testsForms.Show();
        }
Ejemplo n.º 2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Tests testsForm = new Tests();

            testsForm.Show();
        }
Ejemplo n.º 3
0
        private void pictureBox3_Click_1(object sender, EventArgs e)
        {
            Tests testsForm = new Tests();

            testsForm.Show();
        }