Changeset 4465
- Timestamp:
- 09/21/10 16:18:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/ViewHost.cs
r4435 r4465 57 57 activeView = value; 58 58 if (activeView != null) { 59 this.Caption = activeView.Caption; 59 60 viewType = activeView.GetType(); 60 61 RegisterActiveViewEvents();
Note: See TracChangeset
for help on using the changeset viewer.