Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/ResultsView.cs

    r3979 r4068  
    2121using System;
    2222using System.Collections.Generic;
    23 using System.ComponentModel;
    24 using System.Drawing;
    25 using System.Data;
    26 using System.Linq;
    27 using System.Text;
    2823using System.Windows.Forms;
     24using HeuristicLab.Data;
    2925using HeuristicLab.MainForm;
    3026using HeuristicLab.MainForm.WindowsForms;
    31 using HeuristicLab.Data.Views;
    32 using HeuristicLab.Data;
    3327using HeuristicLab.Problems.DataAnalysis.Evaluators;
    3428
    3529namespace HeuristicLab.Problems.DataAnalysis.Views {
    36   [Content(typeof(DataAnalysisSolution),false)]
     30  [Content(typeof(DataAnalysisSolution), false)]
    3731  [View("Results View")]
    3832  public partial class ResultsView : AsynchronousContentView {
Note: See TracChangeset for help on using the changeset viewer.