Changeset 439
- Timestamp:
- 08/04/08 15:06:41 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Grid/ClientForm.cs
r415 r439 37 37 38 38 namespace HeuristicLab.Grid { 39 [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple, UseSynchronizationContext = false)]40 39 public partial class ClientForm : Form { 41 40 private ChannelFactory<IEngineStore> factory;
Note: See TracChangeset
for help on using the changeset viewer.