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

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

            pPrestar.Show();
        }