Ejemplo n.º 1
0
        private void Prestar_Click(object sender, EventArgs e)
        {
            this.Hide();
            Prestar bPrestar = new Prestar();

            bPrestar.Show();
        }
Ejemplo n.º 2
0
        private void btnVolver_Click(object sender, EventArgs e)
        {
            this.Hide();
            Prestar pPrestar = new Prestar();

            pPrestar.Show();
        }