Changeset 1001 for trunk/sources/HeuristicLab.Hive.Client.Communication
- Timestamp:
- 12/17/08 14:12:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Communication/WcfService.cs
r993 r1001 37 37 public void Connect() { 38 38 try { 39 proxy = null; 39 40 if (proxy == null) { 40 41 proxy = new ClientCommunicatorClient(
Note: See TracChangeset
for help on using the changeset viewer.