public clsCtrSenha() { try { this._Parametros = new clsModParametros(); } catch { throw; } }
public void carregar() { try { this._Parametros = new clsModParametros(); this.pPctTaxaCompra = this._Parametros.pPctTaxaCompra; this.pPctTaxaVenda = this._Parametros.pPctTaxaVenda; this.pQtdRegistrosAnteriores = this._Parametros.pQtdRegistrosAnteriores; this.pPctDisponivelCompra = this._Parametros.pPctDisponivelCompra; this.pIdtTAPI = this._Parametros.pIdtTAPI; this.pIdtSegredoTAPI = this._Parametros.pIdtSegredoTAPI; this.pVlrDifCompraXVenda = this._Parametros.pVlrDifCompraXVenda; this.pPctDistanciaCompraDoMax = this._Parametros.pPctDistanciaCompraDoMax; this._IdtCorretora = this._Parametros.pIdtCorretora; this.pVlrDifMaxMin = this._Parametros.pVlrDifMaxMin; this._MrcNegociacaoAtiva = this._Parametros.pMrcNegociacaoAtiva; this.pSimulando = false; } catch { throw; } }