Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/07/19 18:14:04 (5 years ago)
Author:
jkarder
Message:

#2839: worked on hive project management

  • fixed ArgumentNullException
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Clients.Hive.Administrator/3.3/Views/HiveAdministratorView.cs

    r16446 r16513  
    3636      InitializeComponent();
    3737    }
    38 
    39     protected override void OnContentChanged() {
    40       base.OnContentChanged();
    41       if (Content != null) {
    42         projectsView.Content = Content.Projects;
    43         resourcesView.Content = Content.Resources;
    44       } else {
    45         projectsView.Content = null;
    46         resourcesView.Content = null;
    47       }
    48     }
    4938  }
    5039}
Note: See TracChangeset for help on using the changeset viewer.