Example #1
0
 private void pictureBox1_Click(object sender, EventArgs e)
 {
     Form3 forma3 = new Form3();
     forma3.Show();
 }
Example #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     Form3 forma3 = new Form3();
     forma3.Show();
 }