private void pictureBox1_Click(object sender, EventArgs e) { frmPrincipal tela = new frmPrincipal(); tela.Show(); ActiveControl.Hide(); }