Exemple #1
0
 private void btnCancelar_Click(object sender, EventArgs e)
 {
     formPri = new Principal();
     formPri.Show();
     Hide();
 }