예제 #1
0
 public override void RefreshSecondaryData()
 {
     if (_entity != null)
     {
         _documentos = DocumentoList.GetListByAgente(_entity);
         Datos_Documentos.DataSource = _documentos;
     }
 }
예제 #2
0
        protected override void RefreshMainData()
        {
            Datos.DataSource = _entity;
            Bar.Grow();

            _documentos = DocumentoList.GetListByAgente(_entity);
            Datos_Documentos.DataSource = _documentos;
            Bar.Grow();

            base.RefreshMainData();
        }