Exemple #1
0
 public void SearchAdvanced(object[] criteria)
 {
     try {
         this.mIssueSearch.Clear();
         this.mIssueSearch.Merge(CustomerProxy.SearchIssuesAdvanced(criteria));
         this.cboView.SelectedItem = "Search Results";
         OnViewChanged(this.cboView, EventArgs.Empty);
     }
     catch (Exception ex) { reportError(ex); }
 }