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

    r2537 r2546  
    2828using System.Xml;
    2929using System.Windows.Forms;
     30using HeuristicLab.MainForm.WindowsForms;
    3031
    3132namespace HeuristicLab.Core.Views {
     
    3334  /// Base class for all visual representations.
    3435  /// </summary>
    35   public partial class ViewBase : HeuristicLab.MainForm.WindowsForms.ViewBase, IView {
     36  public partial class ItemViewBase : ViewBase, IItemView {
    3637    private IItem myItem;
    3738    /// <summary>
     
    7374    /// Initializes a new instance of <see cref="ViewBase"/> with the caption "View".
    7475    /// </summary>
    75     public ViewBase() {
     76    public ItemViewBase() {
    7677      InitializeComponent();
    7778      Caption = "View";
Note: See TracChangeset for help on using the changeset viewer.