예제 #1
0
파일: GridSearch.cs 프로젝트: xareas/Sushi
 public GridSearch()
 {
     this.Component = new GridSearchComponent();
     this.Component.ActivateSearch = false;
 }
예제 #2
0
 public GridSearch()
 {
     this.Component = new GridSearchComponent();
     this.Component.ActivateSearch = false;
 }
예제 #3
0
파일: GridSearch.cs 프로젝트: xareas/Sushi
 public GridSearch(GridSearch grd)
 {
     this.Component = new GridSearchComponent();
     this.Component.ActivateSearch = grd.Component.ActivateSearch;
 }
예제 #4
0
 public GridSearch(GridSearch grd)
 {
     this.Component = new GridSearchComponent();
        this.Component.ActivateSearch = grd.Component.ActivateSearch;
 }