Example #1
0
 public GridSearch()
 {
     this.Component = new GridSearchComponent();
     this.Component.ActivateSearch = false;
 }
Example #2
0
 public GridSearch()
 {
     this.Component = new GridSearchComponent();
     this.Component.ActivateSearch = false;
 }
Example #3
0
 public GridSearch(GridSearch grd)
 {
     this.Component = new GridSearchComponent();
     this.Component.ActivateSearch = grd.Component.ActivateSearch;
 }
Example #4
0
 public GridSearch(GridSearch grd)
 {
     this.Component = new GridSearchComponent();
        this.Component.ActivateSearch = grd.Component.ActivateSearch;
 }