Changeset 5270 for trunk/sources/HeuristicLab.MainForm/3.3/Interfaces
- Timestamp:
- 01/11/11 12:00:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm/3.3/Interfaces/IMainForm.cs
r4068 r5270 39 39 40 40 IContentView ShowContent(IContent content); 41 IContentView ShowContent<T>(T content, bool reuseExistingView, IEqualityComparer<T> comparer = null) where T : class,IContent; 41 42 IContentView ShowContent(IContent content, Type viewType); 42 43
Note: See TracChangeset
for help on using the changeset viewer.