Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/10 03:14:37 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on engines and algorithms
File:
1 edited

Legend:

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

    r2790 r2916  
    5353            if (this.content != null) this.DeregisterContentEvents();
    5454            this.content = value;
     55            if (this.content != null) this.RegisterContentEvents();
    5556            this.OnContentChanged();
    56             if (this.content != null) this.RegisterContentEvents();
    5757          }
    5858        }
Note: See TracChangeset for help on using the changeset viewer.