Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/10 16:15:21 (14 years ago)
Author:
mkommend
Message:

first version of redesigned MainForm (ticket #857)

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/ToolBarItem.cs

    r2689 r2696  
    1919 */
    2020#endregion
     21
    2122using System;
    2223using System.Collections.Generic;
     
    2627
    2728namespace HeuristicLab.MainForm.WindowsForms {
    28   public abstract class ToolBarItemBase : HeuristicLab.MainForm.ToolBarItemBase {
     29  public abstract class ToolBarItem : HeuristicLab.MainForm.ToolBarItem {
    2930    private ToolStripItem toolStripItem;
    3031    public virtual ToolStripItem ToolStripItem {
Note: See TracChangeset for help on using the changeset viewer.