Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/11/09 23:25:59 (15 years ago)
Author:
gkronber
Message:

worked on presentation layer for CEDMA (brushing) (#419)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/IResultsViewFactory.cs

    r1108 r1109  
    2929using HeuristicLab.Operators;
    3030using System.Windows.Forms;
     31using HeuristicLab.PluginInfrastructure;
    3132
    3233namespace HeuristicLab.CEDMA.Core {
    33   public interface IResultsView {
    34     Control Control { get; }
     34  public interface IResultsViewFactory {
    3535    string Name { get; }
    36     void ShowResults(Results results);
     36    IControl CreateView(Results results);
    3737  }
    3838}
Note: See TracChangeset for help on using the changeset viewer.