- Timestamp:
- 05/03/10 17:43:58 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data/3.3/Constraints/IConstraint.cs
r3592 r3598 26 26 using HeuristicLab.Core; 27 27 28 namespace HeuristicLab.Data .Constraints{28 namespace HeuristicLab.Data { 29 29 public interface IConstraint: IItem{ 30 30 bool Active { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.