Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/29/10 02:58:39 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • moved parameters and parameter views into new plugins
Location:
trunk/sources/HeuristicLab.Parameters.Views
Files:
2 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ItemParameterView.cs

    r2713 r2714  
    2727using System.Text;
    2828using System.Windows.Forms;
     29using HeuristicLab.Core;
     30using HeuristicLab.Core.Views;
    2931using HeuristicLab.MainForm;
    3032
    31 namespace HeuristicLab.Core.Views {
     33namespace HeuristicLab.Parameters.Views {
    3234  /// <summary>
    3335  /// The visual representation of a <see cref="Parameter"/>.
Note: See TracChangeset for help on using the changeset viewer.