Пример #1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            Tests testsForm = new Tests();

            testsForm.Show();
        }
Пример #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Tests testsForm = new Tests();

            testsForm.Show();
        }