Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/22/10 05:54:13 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/AdministratorView.cs

    r4441 r4466  
    5656        algorithmClassCollectionView.Content = null;
    5757        algorithmCollectionView.Content = null;
     58        dataTypeCollectionView.Content = null;
    5859      } else {
    5960        platformCollectionView.Content = Content.Platforms;
    6061        algorithmClassCollectionView.Content = Content.AlgorithmClasses;
    6162        algorithmCollectionView.Content = Content.Algorithms;
     63        dataTypeCollectionView.Content = Content.DataTypes;
    6264      }
    6365    }
     
    6971      algorithmClassCollectionView.Enabled = Content != null;
    7072      algorithmCollectionView.Enabled = Content != null;
     73      dataTypeCollectionView.Enabled = Content != null;
    7174    }
    7275
     
    8790        algorithmClassCollectionView.Content = Content.AlgorithmClasses;
    8891        algorithmCollectionView.Content = Content.Algorithms;
     92        dataTypeCollectionView.Content = Content.DataTypes;
    8993        refreshButton.Enabled = true;
    9094        tabControl.Enabled = true;
Note: See TracChangeset for help on using the changeset viewer.