Пример #1
0
        protected override void RefreshMainData()
        {
            Datos_Facturas.DataSource = OutputInvoiceList.GetByCobroAndNoCobradasByClienteList(_entity.Oid, _cliente.Oid, true).GetSortedList();
            PgMng.Grow();

            base.RefreshMainData();
        }