Exemplo n.º 1
0
 private void pictureBox2_Click(object sender, EventArgs e)
 {
     p = new Puerto(this);
     p.Show();
     this.Hide();
 }
Exemplo n.º 2
0
 private void labelPuerto_Click(object sender, EventArgs e)
 {
     p = new Puerto(this);
     p.Show();
     this.Hide();
 }