- Timestamp:
- 12/03/08 21:53:41 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Constraints/NotConstraintView.cs
r2 r893 99 99 NotConstraint.SubConstraint = (ConstraintBase)Activator.CreateInstance(itemTypes[subConstraintComboBox.SelectedIndex]); 100 100 } catch (Exception) { 101 NotConstraint.SubConstraint = n ew FalseConstraint();101 NotConstraint.SubConstraint = null; 102 102 } 103 103 }
Note: See TracChangeset
for help on using the changeset viewer.