Ejemplo n.º 1
0
        private void btncargarinfo_Click(object sender, EventArgs e)
        {
            string id;

            if (cmbinformacion.SelectedIndex == 0)
            {
                id    = txtidentificcion.Text;
                pagos = creditoService.mostarpagosclientes(id);
                datafiltros.DataSource = pagos;
            }
        }