Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/09 02:44:23 (14 years ago)
Author:
swagner
Message:

Continued work on Optimizer and on adapting all views to the new MainForm concept (#770)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/IItemView.cs

    r2537 r2546  
    2424using System.Text;
    2525using HeuristicLab.PluginInfrastructure;
     26using HeuristicLab.MainForm;
    2627
    2728namespace HeuristicLab.Core.Views {
     
    2930  /// An interface for all kinds visual representations of items (objects, operators...).
    3031  /// </summary>
    31   public interface IView : IControl, HeuristicLab.MainForm.IView{
     32  public interface IItemView : IView {
    3233    /// <summary>
    3334    /// Gets the current item instance.
Note: See TracChangeset for help on using the changeset viewer.