Ejemplo n.º 1
0
 private void load_datos()
 {
     try
     {
         detalle             = new BindingList <ro_Empleado_Novedad_Info>(OEmpDCabecera.Get_List_novedades_no_cobradas(param.IdEmpresa, Convert.ToDateTime(dtp_fecha_corte.EditValue)));
         grdLista.DataSource = detalle;
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.ToString());
         Log_Error_bus.Log_Error(ex.ToString());
     }
 }