- Timestamp:
- 03/09/12 14:19:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBProblemView.cs
r7331 r7591 28 28 namespace HeuristicLab.Clients.OKB.RunCreation { 29 29 [View("OKBProblem View")] 30 [Content(typeof(OKBProblem), true)] 30 [Content(typeof(SingleObjectiveOKBProblem), true)] 31 [Content(typeof(MultiObjectiveOKBProblem), true)] 31 32 public sealed partial class OKBProblemView : NamedItemView { 32 33 public new OKBProblem Content {
Note: See TracChangeset
for help on using the changeset viewer.