Changeset 2520 for trunk/sources/HeuristicLab.Core/3.3/Interfaces
- Timestamp:
- 11/23/09 11:08:34 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Core/3.3/Interfaces
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/3.3/Interfaces/IItem.cs
r776 r2520 28 28 /// Interface to represent (almost) every HeuristicLab object (an object, an operator,...). 29 29 /// </summary> 30 public interface IItem : IStorable , IViewable{30 public interface IItem : IStorable { 31 31 /// <summary> 32 32 /// Fires a new <c>Changed</c> event.
Note: See TracChangeset
for help on using the changeset viewer.