- Timestamp:
- 11/18/09 18:33:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PluginInfrastructure Refactoring/HeuristicLab.Core/3.2/Interfaces/IView.cs
r776 r2504 29 29 /// An interface for all kinds visual representations of items (objects, operators...). 30 30 /// </summary> 31 public interface IView : IControl{31 public interface IView { 32 32 /// <summary> 33 33 /// Gets the current item instance.
Note: See TracChangeset
for help on using the changeset viewer.