Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/10 06:46:30 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments
File:
1 edited

Legend:

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

    r2818 r2917  
    2222using System;
    2323using System.Windows.Forms;
     24using HeuristicLab.MainForm;
    2425
    2526namespace HeuristicLab.Core.Views {
     27  [View("Operators Sidebar")]
    2628  public partial class OperatorsSidebar : HeuristicLab.MainForm.WindowsForms.View {
    2729    public OperatorsSidebar() {
Note: See TracChangeset for help on using the changeset viewer.