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.VehicleRouting.Views/3.3/VehicleRoutingProblemView.cs

    r3938 r4068  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    26 using System.Drawing;
    27 using System.Text;
    2823using System.Windows.Forms;
    2924using HeuristicLab.MainForm;
    3025using HeuristicLab.Optimization.Views;
    31 using HeuristicLab.Problems.VehicleRouting;
    3226
    3327namespace HeuristicLab.Problems.VehicleRouting.Views {
     
    3933      set { base.Content = value; }
    4034    }
    41    
     35
    4236    public VehicleRoutingProblemView() {
    4337      InitializeComponent();
Note: See TracChangeset for help on using the changeset viewer.