コード例 #1
0
ファイル: GridSearch.cs プロジェクト: xareas/Sushi
 public GridSearch()
 {
     this.Component = new GridSearchComponent();
     this.Component.ActivateSearch = false;
 }
コード例 #2
0
ファイル: GridSearch.cs プロジェクト: OsvaldoJ/Sushi
 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
ファイル: GridSearch.cs プロジェクト: OsvaldoJ/Sushi
 public GridSearch(GridSearch grd)
 {
     this.Component = new GridSearchComponent();
        this.Component.ActivateSearch = grd.Component.ActivateSearch;
 }