Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.MainForm
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.MainForm/3.3/Interfaces/IMainForm.cs
r14185 r14927 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 IContentView ShowContent<T>(T content, bool reuseExistingView, IEqualityComparer<T> comparer = null) where T : class, IContent; 42 42 IContentView ShowContent(IContent content, Type viewType); 43 43
Note: See TracChangeset
for help on using the changeset viewer.