Exemple #1
0
 private void GetTheDetails()
 {
     if (this.the_main.ShowingBrowserDialig)
     {
         this.Invoke(this.del_ctl_ena_set, new Object[] { this.txt_search, false });
         this.Invoke(this.del_ctl_ena_set, new Object[] { this.btn_goforit, false });
         this.Invoke(this.del_ctl_ena_set, new Object[] { this.btn_next, false });
         this.Invoke(this.del_ctl_ena_set, new Object[] { this.btn_prev, false });
         this.Invoke(this.del_ctl_col_set, new Object[] { this.btn_goforit, System.Drawing.Color.IndianRed });
         this.Invoke(this.del_ctl_img_set, new Object[] { this.pbx_loading, res_images.loading });
     }
     com.sensepost.web.obj.Service          the_srv = new global::com.sensepost.SPUD.com.sensepost.web.obj.Service();
     com.sensepost.web.obj.StructuredResult the_res = new global::com.sensepost.SPUD.com.sensepost.web.obj.StructuredResult();
     the_res = the_srv.GetStructResult(txt_search.Text, this.n_start, this.n_length, false);
     this.the_main.all_results = the_res;
 }
Exemple #2
0
 private void GetTheDetails()
 {
     if (this.the_main.ShowingBrowserDialig)
     {
         this.Invoke(this.del_ctl_ena_set, new Object[] { this.txt_search, false });
         this.Invoke(this.del_ctl_ena_set, new Object[] { this.btn_goforit, false });
         this.Invoke(this.del_ctl_ena_set, new Object[] { this.btn_next, false });
         this.Invoke(this.del_ctl_ena_set, new Object[] { this.btn_prev, false });
         this.Invoke(this.del_ctl_col_set, new Object[] { this.btn_goforit, System.Drawing.Color.IndianRed });
         this.Invoke(this.del_ctl_img_set, new Object[] { this.pbx_loading, res_images.loading });
     }
     com.sensepost.web.obj.Service the_srv = new global::com.sensepost.SPUD.com.sensepost.web.obj.Service();
     com.sensepost.web.obj.StructuredResult the_res = new global::com.sensepost.SPUD.com.sensepost.web.obj.StructuredResult();
     the_res = the_srv.GetStructResult(txt_search.Text, this.n_start, this.n_length, false);
     this.the_main.all_results = the_res;
 }