Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/10 01:31:15 (15 years ago)
Author:
swagner
Message:

Started to adapt HeuristicLab.Data and HeuristicLab.Operators according to the changes in HeuristicLab.Core (#95)

Location:
trunk/sources/HeuristicLab.Operators.Views
Files:
7 added
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views/3.3/OperatorBaseView.Designer.cs

    r2662 r2663  
    2020#endregion
    2121
    22 namespace HeuristicLab.Core.Views {
     22namespace HeuristicLab.Operators.Views {
    2323  partial class OperatorBaseView {
    2424    /// <summary>
     
    9090    #endregion
    9191
    92     protected ParameterCollectionView parameterCollectionView;
     92    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
    9393
    9494
  • trunk/sources/HeuristicLab.Operators.Views/3.3/OperatorBaseView.cs

    r2662 r2663  
    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.Operators.Views {
    3234  /// <summary>
    3335  /// The base class for visual representations of items.
Note: See TracChangeset for help on using the changeset viewer.