Changeset 2546 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 12/07/09 02:44:23 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.cs
r2524 r2546 34 34 namespace HeuristicLab.Operators.Programmable { 35 35 [Content(typeof(ProgrammableOperator), true)] 36 public partial class ProgrammableOperatorView : ViewBase {36 public partial class ProgrammableOperatorView : ItemViewBase { 37 37 public ProgrammableOperator ProgrammableOperator { 38 38 get { return (ProgrammableOperator)Item; }
Note: See TracChangeset
for help on using the changeset viewer.