Changes between Version 6 and Version 7 of Documentation/DevelopmentCenter/CreateNewViews
- Timestamp:
- 06/28/14 10:46:23 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/CreateNewViews
v6 v7 1 = How to ... implement aview =1 = Quick guide: Create a new view = 2 2 3 3 In HeuristicLab contents and views are strictly separated. A view must be derived from `IContentView` and tagged with a `ViewAttribute` and `ContentAttribute`. The reason behind this is, that the `MainFormManager` automatically discovers all classes of type `IContentView` to allow the automatic display of contents by the `MainForm`.