Exemple #1
0
 private void pictureBox1_Click(object sender, EventArgs e)
 {
     Form3 f3 = new Form3();
     f3.ShowDialog();
 }
Exemple #2
0
 private void label2_Click(object sender, EventArgs e)
 {
     Form3 f3 = new Form3();
     f3.ShowDialog();
 }