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/BoolArrayData.cs

    r1853 r2520  
    5757      Data = data;
    5858    }
    59 
    60     /// <summary>
    61     /// Creates a new instance of the <see cref="BoolArrayDataView"/> class.
    62     /// </summary>
    63     /// <returns>The created instance of the <see cref="BoolArrayDataView"/>.</returns>
    64     public override IView CreateView() {
    65       return new BoolArrayDataView(this);
    66     }
    6759  }
    6860}
Note: See TracChangeset for help on using the changeset viewer.