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

    r2474 r2520  
    3232using HeuristicLab.Charting.Data;
    3333using HeuristicLab.Common;
     34using HeuristicLab.Core.Views;
     35using HeuristicLab.MainForm;
    3436
    3537namespace HeuristicLab.Logging {
     
    3739  /// Visual representation of a <see cref="PointXYChart"/>.
    3840  /// </summary>
     41  [Content(typeof(PointXYChart), true)]
    3942  public partial class PointXYChartView : ViewBase {
    4043    private static int[] colors = new int[] {
Note: See TracChangeset for help on using the changeset viewer.