コード例 #1
0
 public Gestion()
 {
     _seleccionItemIsActivo = false;
     _itemSeleccionado      = null;
     _gestionFiltros        = new Filtros.Gestion();
     _gestionAnular         = new Anular.Gestion();
     _gestionListaDetalle   = new GestionListaDetalle();
     _gestionListaDetalle.setGestionAnular(_gestionAnular);
     _gestionListaPrv = new Proveedor.Listar.Gestion();
     _gestionListaPrv.ItemSeleccionadoOk += _gestionListaPrv_ItemSeleccionadoOk;
 }
        public GestionDocumentoFac()
        {
            _dataIsOk             = false;
            ldeposito             = new List <OOB.LibCompra.Deposito.Data.Ficha>();
            lsucursal             = new List <OOB.LibCompra.Sucursal.Data.Ficha>();
            bsDeposito            = new BindingSource();
            bsSucursal            = new BindingSource();
            bsDeposito.DataSource = ldeposito;
            bsSucursal.DataSource = lsucursal;
            data = new dataDocumento();

            _gestionListaPrv = new Proveedor.Listar.Gestion();
            _gestionListaPrv.ItemSeleccionadoOk += _gestionListaPrv_ItemSeleccionadoOk;
        }