Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/10 03:25:33 (14 years ago)
Author:
mkommend
Message:

renamed MainForm.ShowViewsInViewHost and removed ShowInViewHost from ViewAttribute (ticket #972)

File:
1 edited

Legend:

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

    r3394 r3395  
    4343      this.userInterfaceItems = new List<IUserInterfaceItem>();
    4444      this.initialized = false;
     45      this.showViewsInViewHost = false;
    4546    }
    4647
     
    5152
    5253    #region properties
    53     private bool showInViewHost;
    54     public bool ShowInViewHost {
    55       get { return this.showInViewHost; }
    56       set { this.showInViewHost = value; }
     54    private bool showViewsInViewHost;
     55    public bool ShowViewsInViewHost {
     56      get { return this.showViewsInViewHost; }
     57      set { this.showViewsInViewHost = value; }
    5758    }
    5859
Note: See TracChangeset for help on using the changeset viewer.