- Timestamp:
- 11/23/15 16:14:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.MainForm/3.3/Interfaces/IMainForm.cs
r12012 r13338 41 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 void ShowError(string message, Exception e); 43 44 44 45 Type UserInterfaceItemType { get; }
Note: See TracChangeset
for help on using the changeset viewer.