Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/10 02:04:44 (14 years ago)
Author:
swagner
Message:

Abandoned policy that the names of all abstract base classes have to end in "Base" (#95)

File:
1 moved

Legend:

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

    r2662 r2664  
    3434  /// Base class for all visual representations.
    3535  /// </summary>
    36   public partial class ItemViewBase : ObjectViewBase {
     36  public partial class ItemView : ObjectView {
    3737    public IItem Item {
    3838      get { return (IItem)base.Object; }
     
    4343    /// Initializes a new instance of <see cref="ViewBase"/> with the caption "View".
    4444    /// </summary>
    45     public ItemViewBase() {
     45    public ItemView() {
    4646      InitializeComponent();
    4747      Caption = "View";
Note: See TracChangeset for help on using the changeset viewer.