Changeset 14297
- Timestamp:
- 09/21/16 09:55:08 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ProgressView.cs
r14287 r14297 148 148 } 149 149 catch (InvalidOperationException) { 150 if (this.IsHandleCreated) throw; 150 // swallow ObjectDisposedException 151 // which might occur if the invoke call is executed after or while the control is disposing 151 152 } 152 153 } else {
Note: See TracChangeset
for help on using the changeset viewer.