Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/31/10 12:39:06 (14 years ago)
Author:
abeham
Message:

#922

  • Removed and sorted usings
Location:
branches/CloningRefactoring/HeuristicLab.PluginInfrastructure/3.3/Advanced
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/CloningRefactoring/HeuristicLab.PluginInfrastructure/3.3/Advanced/DeploymentService/ServiceClients.cs

    r4495 r4697  
    99//------------------------------------------------------------------------------
    1010
    11 namespace HeuristicLab.PluginInfrastructure.Advanced.DeploymentService
    12 {
    13     using System.Runtime.Serialization;
    14    
    15    
    16     [System.Diagnostics.DebuggerStepThroughAttribute()]
     11namespace HeuristicLab.PluginInfrastructure.Advanced.DeploymentService {
     12
     13
     14  [System.Diagnostics.DebuggerStepThroughAttribute()]
    1715    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    1816    [System.Runtime.Serialization.DataContractAttribute(Name="PluginDescription", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment", IsReference=true)]
  • branches/CloningRefactoring/HeuristicLab.PluginInfrastructure/3.3/Advanced/MultiSelectListView.cs

    r4482 r4697  
    1919 */
    2020#endregion
     21using System;
    2122using System.Collections.Generic;
    2223using System.Linq;
    2324using System.Windows.Forms;
    24 using System;
    2525
    2626namespace HeuristicLab.PluginInfrastructure.Advanced {
Note: See TracChangeset for help on using the changeset viewer.