Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/10 01:49:10 (14 years ago)
Author:
swagner
Message:

Adapted views of HeuristicLab.Core.Views according the new read-only property and renamed method SetEnableStateOfControls into SetEnabledStateOfControls (#973).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/ResultView.cs

    r3350 r3362  
    9797        viewHost.Content = Content.Value;
    9898      }
    99       SetEnableStateOfControls();
     99      SetEnabledStateOfControls();
    100100    }
    101101    protected override void OnReadOnlyChanged() {
    102102      base.OnReadOnlyChanged();
    103       SetEnableStateOfControls();
     103      SetEnabledStateOfControls();
    104104    }
    105     private void SetEnableStateOfControls() {
     105    private void SetEnabledStateOfControls() {
    106106      if (Content == null) {
    107107        dataTypeTextBox.Enabled = false;
Note: See TracChangeset for help on using the changeset viewer.