Changeset 11592 for trunk/sources/HeuristicLab.Core.Views/3.3/ItemView.cs
- Timestamp:
- 11/27/14 10:13:59 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/ItemView.cs
r11557 r11592 29 29 /// </summary> 30 30 public partial class ItemView : AsynchronousContentView { 31 public const int MaximumNestingLevel = 3 7;31 public const int MaximumNestingLevel = 32; 32 32 33 33 public new IItem Content {
Note: See TracChangeset
for help on using the changeset viewer.