Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 11:08:34 (15 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.Logging/3.3/PointXYChart.cs

    r1872 r2520  
    9898
    9999    /// <summary>
    100     /// Creates a new instance of <see cref="PointXYChartView"/> to represent the current instance visually.
    101     /// </summary>
    102     /// <returns>The created view as <see cref="PointXYChartView"/>.</returns>
    103     public override IView CreateView() {
    104       return new PointXYChartView(this);
    105     }
    106 
    107     /// <summary>
    108100    /// Occurs when the values of the current instance have been changed.
    109101    /// </summary>
Note: See TracChangeset for help on using the changeset viewer.