Changeset 4068 for trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/DeploymentService/UpdateClientFactory.cs
- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/DeploymentService/UpdateClientFactory.cs
r3771 r4068 20 20 #endregion 21 21 22 using System; 23 using System.Collections.Generic; 24 using System.Linq; 25 using System.Text; 22 using System.Reflection; 23 using System.Security.Cryptography.X509Certificates; 26 24 using System.ServiceModel; 27 using System.Security.Cryptography.X509Certificates;28 using System.Reflection;29 25 30 26 namespace HeuristicLab.PluginInfrastructure.Advanced.DeploymentService {
Note: See TracChangeset
for help on using the changeset viewer.