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.Data/3.3/DoubleData.cs

    r1853 r2520  
    6060
    6161    /// <summary>
    62     /// Creates a new instance of the <see cref="DoubleDataView"/> class.
    63     /// </summary>
    64     /// <returns>The created instance of <see cref="DoubleDataView"/>.</returns>
    65     public override IView CreateView() {
    66       return new DoubleDataView(this);
    67     }
    68 
    69     /// <summary>
    7062    /// Clones the current instance and adds it to the dictionary <paramref name="clonedObjects"/>.
    7163    /// </summary>
Note: See TracChangeset for help on using the changeset viewer.