Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/10 21:28:07 (14 years ago)
Author:
swagner
Message:

Adapted HL 3.3 plugins according to changes in MainForm (#857)

File:
1 edited

Legend:

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

    r2676 r2708  
    3535  /// Base class for all visual representations.
    3636  /// </summary>
    37   public partial class ObjectView : ViewBase, IObjectView {
     37  public partial class ObjectView : HeuristicLab.MainForm.WindowsForms.View, IObjectView {
    3838    private object obj;
    3939    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.