Exemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Form9 form9 = new Form9();

            form9.ShowDialog();
        }
Exemplo n.º 2
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            Form9 form9 = new Form9();

            form9.ShowDialog();
        }