Beispiel #1
0
        private void btnRegresar_Click(object sender, EventArgs e)
        {
            Form.ActiveForm.Visible = false;
            frmPrestamo frmPrestamo = new frmPrestamo();

            frmPrestamo.Show();
        }
 private void btnPrestamo_Click(object sender, EventArgs e)
 {
     Form.ActiveForm.Visible = false;
     Formularios.frmPrestamo frmPrestamo = new Formularios.frmPrestamo();
     frmPrestamo.Show();
 }