- Timestamp:
- 10/31/10 12:39:06 (14 years ago)
- 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 9 9 //------------------------------------------------------------------------------ 10 10 11 namespace HeuristicLab.PluginInfrastructure.Advanced.DeploymentService 12 { 13 using System.Runtime.Serialization; 14 15 16 [System.Diagnostics.DebuggerStepThroughAttribute()] 11 namespace HeuristicLab.PluginInfrastructure.Advanced.DeploymentService { 12 13 14 [System.Diagnostics.DebuggerStepThroughAttribute()] 17 15 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] 18 16 [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 19 19 */ 20 20 #endregion 21 using System; 21 22 using System.Collections.Generic; 22 23 using System.Linq; 23 24 using System.Windows.Forms; 24 using System;25 25 26 26 namespace HeuristicLab.PluginInfrastructure.Advanced {
Note: See TracChangeset
for help on using the changeset viewer.