Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/14 23:11:44 (10 years ago)
Author:
pfleck
Message:
  • removed unnecessary references and using
  • added missing license header
  • formatted code according to HL standards
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/DataPreprocessorStarter.cs

    r10383 r10558  
    2020#endregion
    2121
     22using System.Windows.Forms;
    2223using HeuristicLab.Core;
    2324using HeuristicLab.Core.Views;
    2425using HeuristicLab.MainForm;
    25 using HeuristicLab.MainForm.WindowsForms;
    2626using HeuristicLab.Optimization;
    2727using HeuristicLab.Problems.DataAnalysis;
    2828using HeuristicLab.Problems.DataAnalysis.Views;
    29 using Control = System.Windows.Forms.Control;
     29using View = HeuristicLab.MainForm.WindowsForms.View;
    3030
    3131namespace HeuristicLab.DataPreprocessing {
Note: See TracChangeset for help on using the changeset viewer.