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

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

            pPrestar.Show();
        }