Changeset 3229
- Timestamp:
- 03/28/10 18:07:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/AsynchronousContentView.cs
r3227 r3229 21 21 22 22 /// <summary> 23 /// Asynchron call of GUI updating.23 /// Asynchronous call of GUI updating. 24 24 /// </summary> 25 25 /// <param name="method">The delegate to invoke.</param> … … 31 31 } 32 32 /// <summary> 33 /// Asynchron call of GUI updating.33 /// Asynchronous call of GUI updating. 34 34 /// </summary> 35 35 /// <param name="method">The delegate to invoke.</param>
Note: See TracChangeset
for help on using the changeset viewer.