Exemplo n.º 1
0
        public Vulnerability(Frm_Main oFrmMain, int nIndexStart, int nIndexEnd, int nTimeout)
        {
            this.oFrmMain = oFrmMain;

            this.nIndexStart = nIndexStart;
            this.nIndexEnd   = nIndexEnd;
            this.nTimeout    = nTimeout;
        }
Exemplo n.º 2
0
        public SearchURL(Frm_Main oFrmMain, int nIndexStart, int nIndexEnd, int nTimeout)
        {
            this.oFrmMain = oFrmMain;

            this.nIndexStart = nIndexStart;
            this.nIndexEnd   = nIndexEnd;
            this.nTimeout    = nTimeout;
        }