Changeset 4133 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/JobItemView.cs
- Timestamp:
- 08/02/10 17:27:24 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/JobItemView.cs
r4121 r4133 34 34 base.OnContentChanged(); 35 35 if (Content != null) { 36 logView.Content = Content.Log; 36 37 Content_JobDtoChanged(this, EventArgs.Empty); 37 38 if (Content.LatestSnapshot != null) {
Note: See TracChangeset
for help on using the changeset viewer.