- Timestamp:
- 04/23/14 10:51:00 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataGridContentView.Designer.cs
r10762 r10764 155 155 this.toolTip.SetToolTip(this.btnSearch, "Opens the Search dialog"); 156 156 this.btnSearch.UseVisualStyleBackColor = true; 157 this.btnSearch.Click += new System.EventHandler(this.b utton1_Click);157 this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); 158 158 // 159 159 // btnReplace -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataGridContentView.cs
r10762 r10764 400 400 } 401 401 402 private void button1_Click(object sender, EventArgs e) { 402 403 private void btnSearch_Click(object sender, EventArgs e) { 403 404 CreateFindAndReplaceDialog(); 404 405 findAndReplaceDialog.ActivateSearch();
Note: See TracChangeset
for help on using the changeset viewer.