Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 15:48:10 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893)

  • fixed bug in EngineAlgorithm and UserDefinedAlgorithmView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs

    r3764 r3770  
    7070      //
    7171      this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
     72      this.openOperatorGraphButton.Click += new System.EventHandler(openOperatorGraphButton_Click);
    7273      //
    7374      // newOperatorGraphButton
    7475      //
    7576      this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph");
     77      this.newOperatorGraphButton.Click += new System.EventHandler(newOperatorGraphButton_Click);
    7678      //
    7779      // tabControl
Note: See TracChangeset for help on using the changeset viewer.