private void button1_Click_2(object sender, EventArgs e)
        {
            btnRecibir.Enabled = false;
            frmPrestamosFinalizados prestamos = new frmPrestamosFinalizados();

            frmLogin.f.MostrarPanel(prestamos);
        }
Beispiel #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            btnNuevo.Enabled = false;
            frmPrestamosFinalizados prestamos = new frmPrestamosFinalizados();

            LinqL.f.MostrarPanel(prestamos);
        }