예제 #1
0
        protected override void AttachAction()
        {
            DocumentoList       list = DocumentoList.GetListExceptAgente(_entity.Oid);
            DocumentoSelectForm f    = new DocumentoSelectForm(this, _entity, list);

            f.ShowDialog();
            RefreshSecondaryData();
        }