Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/10 02:34:23 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
  • unified visual appearance of views
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/ViewHost.cs

    r2665 r2676  
    4848    }
    4949
    50     private void Initialize() {
     50    protected virtual void Initialize() {
    5151      viewLabel.Visible = false;
    5252      viewComboBox.Items.Clear();
     
    8484    }
    8585
    86     private void viewComboBox_SelectedIndexChanged(object sender, EventArgs e) {
     86    protected virtual void viewComboBox_SelectedIndexChanged(object sender, EventArgs e) {
    8787      if (viewComboBox.SelectedItem != viewPanel.Tag) {
    8888        if (viewPanel.Controls.Count > 0) viewPanel.Controls[0].Dispose();
Note: See TracChangeset for help on using the changeset viewer.