Exemple #1
0
    public PesquisaWeb(string username)
    {
        log = new LoginDAL();
        histBLL = new HistoricoBLL();

        int[] defs = log.getDefinicoes(username);

        this.nLinksSeed = Convert.ToUInt32(defs[0]);
        this.profundidade = defs[1];
        this.modoPesquisa = defs[2];
        spider = new Spider(profundidade);
    }
Exemple #2
0
    public PesquisaWeb(string username)
    {
        log     = new LoginDAL();
        histBLL = new HistoricoBLL();

        int[] defs = log.getDefinicoes(username);

        this.nLinksSeed   = Convert.ToUInt32(defs[0]);
        this.profundidade = defs[1];
        this.modoPesquisa = defs[2];
        spider            = new Spider(profundidade);
    }