GenerarNumero(pares.ObtenerNumeros()); if (this.EncontrarNumero(pares.ObtenerNumeros(), this.numeroSaliente)) { this.ganador = true; this.valorApuesta = pares.valor; } else { this.valorApuesta = 0; this.ganador = false; } } y finalmente cuando el tiempo de la apusta termine evaluamos...