Changeset 9224 for trunk/sources
- Timestamp:
- 02/18/13 15:11:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveJobManagerView.cs
r9223 r9224 119 119 120 120 protected override void OnClosing(FormClosingEventArgs e) { 121 if (Content .Jobs.Any(x => x.IsProgressing)) {121 if (Content != null && Content.Jobs.Any(x => x.IsProgressing)) { 122 122 DialogResult result = MessageBox.Show("There are still unfinished down/uploads. Are you sure you want to close the window?", "HeuristicLab Hive Job Manager", MessageBoxButtons.YesNo, MessageBoxIcon.Question); 123 123
Note: See TracChangeset
for help on using the changeset viewer.