Ejemplo n.º 1
0
        public void ListarHistorial()
        {
            Historial LH = new Historial();

            dgvHistorialPrestamo.DataSource = LH.ListarHistorial();
        }