Exemplo n.º 1
0
 private void dateTimePicker1_ValueChanged(object sender, EventArgs e)
 {
     Liquidaciones = liquidacionCuotaModeradoraService.ConsultarporFecha(dateTimePicker1.Value.Month, dateTimePicker1.Value.Year);
     LlenarTabla(Liquidaciones);
 }