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.Operators.Views/3.3/AlgorithmOperatorView.cs

    r3904 r4068  
    2121
    2222using System;
    23 using HeuristicLab.Common;
    2423using HeuristicLab.Core;
    2524using HeuristicLab.Core.Views;
    2625using HeuristicLab.MainForm;
    2726
    28 namespace HeuristicLab.Operators.Views { 
     27namespace HeuristicLab.Operators.Views {
    2928  /// <summary>
    3029  /// The base class for visual representations of items.
     
    8483    }
    8584
    86    
     85
    8786
    8887    protected void Content_BreakpointChanged(object sender, EventArgs e) {
Note: See TracChangeset for help on using the changeset viewer.