Changeset 3883
- Timestamp:
- 06/01/10 12:52:30 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3/SolutionMessageBuilderView.cs
r3881 r3883 79 79 80 80 private void SetEnabledStateOfControls() { 81 converterView.Enabled = !ReadOnly && Content != null;82 81 } 83 82 -
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/HeuristicLab.Problems.ExternalEvaluation-3.3.csproj
r3881 r3883 93 93 <Compile Include="Drivers\EvaluationProcessChannel.cs" /> 94 94 <Compile Include="Drivers\EvaluationStreamChannel.cs" /> 95 <Compile Include="Drivers\EvaluationTCPChannel.cs" /> 95 96 <Compile Include="ExternalEvaluationProblem.cs" /> 96 97 <Compile Include="ExternalEvaluator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.