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.Core.Views/3.3/TypeSelector.cs

    r3829 r4068  
    2121
    2222using System;
     23using System.Collections.Generic;
    2324using System.Linq;
    2425using System.Text;
     
    2627using HeuristicLab.Common;
    2728using HeuristicLab.PluginInfrastructure;
    28 using System.Collections.Generic;
    29 
    30 namespace HeuristicLab.Core.Views {
     29
     30namespace HeuristicLab.Core.Views {
    3131  public partial class TypeSelector : UserControl {
    3232    protected List<TreeNode> treeNodes;
Note: See TracChangeset for help on using the changeset viewer.