Changeset 3770 for trunk/sources/HeuristicLab.Optimization.Views/3.3
- Timestamp:
- 05/11/10 15:48:10 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs
r3764 r3770 70 70 // 71 71 this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph"); 72 this.openOperatorGraphButton.Click += new System.EventHandler(openOperatorGraphButton_Click); 72 73 // 73 74 // newOperatorGraphButton 74 75 // 75 76 this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph"); 77 this.newOperatorGraphButton.Click += new System.EventHandler(newOperatorGraphButton_Click); 76 78 // 77 79 // tabControl
Note: See TracChangeset
for help on using the changeset viewer.