private void pictureBox2_Click(object sender, EventArgs e) { p = new Puerto(this); p.Show(); this.Hide(); }
private void labelPuerto_Click(object sender, EventArgs e) { p = new Puerto(this); p.Show(); this.Hide(); }