Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/26/15 16:15:54 (9 years ago)
Author:
pfleck
Message:

#2027 Renamed TerminationCriterion to Terminator.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/TerminationCriteria/HeuristicLab.Termination/3.3/Views/ThresholdTerminatorView.Designer.cs

    r12401 r12402  
    2121
    2222namespace HeuristicLab.Termination.Views {
    23   partial class ThresholdTerminationCriterionView<T> {
     23  partial class ThresholdTerminatorView<T> {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    6262      this.viewHost.ViewType = null;
    6363      //
    64       // ThresholdTerminationCriterionView
     64      // ThresholdTerminatorView
    6565      //
    6666      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    6767      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    6868      this.Controls.Add(this.viewHost);
    69       this.Name = "ThresholdTerminationCriterionView";
     69      this.Name = "ThresholdTerminatorView";
    7070      this.ResumeLayout(false);
    7171
Note: See TracChangeset for help on using the changeset viewer.