Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 11:08:34 (14 years ago)
Author:
swagner
Message:

Implemented first draft of MainForm support in HeuristicLab.Core/HeuristicLab.Core.Views and all other depending plugins (#770)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Constraints/3.3/SubOperatorsTypeConstraint.cs

    r1823 r2520  
    142142      return clone;
    143143    }
    144 
    145     /// <summary>
    146     /// Creates a new instance of <see cref="SubOperatorsTypeConstraintView"/> to represent the current
    147     /// instance visually.
    148     /// </summary>
    149     /// <returns>The created view as <see cref="SubOperatorsTypeConstraintView"/>.</returns>
    150     public override IView CreateView() {
    151       return new SubOperatorsTypeConstraintView(this);
    152     }
    153144  }
    154145}
Note: See TracChangeset for help on using the changeset viewer.