Changeset 9230
- Timestamp:
- 02/19/13 13:17:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveJobManagerView.cs
r9224 r9230 127 127 } else { 128 128 base.OnClosing(e); 129 if (Content != null) {130 Content.ClearHiveClient();131 Content = null;132 }133 129 } 130 } 131 132 protected override void OnClosed(FormClosedEventArgs e) { 133 if (Content != null) { 134 Content.ClearHiveClient(); 135 Content = null; 136 } 137 base.OnClosed(e); 134 138 } 135 139 }
Note: See TracChangeset
for help on using the changeset viewer.