Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/10 05:24:03 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • corrected several bugs in order to get SGA working
File:
1 edited

Legend:

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

    r2790 r2818  
    2424using System.ComponentModel;
    2525using System.Drawing;
    26 using System.Data;
    27 using System.Text;
    2826using System.Windows.Forms;
    29 using HeuristicLab.PluginInfrastructure;
    30 using HeuristicLab.Common;
     27using HeuristicLab.Collections;
    3128using HeuristicLab.MainForm;
    32 using HeuristicLab.Collections;
    3329
    3430namespace HeuristicLab.Core.Views {
Note: See TracChangeset for help on using the changeset viewer.