protected void SetEmisor(IAcreedorInfo emisor) { // if (_entity.AlbaranesFacturas.Count > 0) // { // InputDeliveryInfo albaran = InputDeliveryInfo.Get(_entity.AlbaranesFacturas[0].OidAlbaran, emisor.ETipoAcreedor, false); // if (albaran == null || albaran.OidAcreedor != emisor.OidAcreedor) // { // PgMng.ShowInfoException(Resources.Messages.FACTURA_CON_ALBARANES); // return; // } // } Datos_Emisor.DataSource = ProviderBase.New(emisor); _entity.CopyFrom(emisor); SetCuenta(emisor); Datos_Emisor.ResetBindings(false); }