Changeset 2784
- Timestamp:
- 7/17/2012 7:00:04 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/EraserService/Eraser.Plugins/ProgressManager.cs
r2783 r2784 355 355 /// The class which manages the steps which comprise the overall progress. 356 356 /// </summary> 357 [Serializable] 357 358 private class StepsList : IList<SteppedProgressManagerStepBase> 358 359 { … … 800 801 /// The class which manages the progress of each dependent task. 801 802 /// </summary> 803 [Serializable] 802 804 private class SubTasksList : IList<ProgressManagerBase> 803 805 {
Note: See TracChangeset
for help on using the changeset viewer.
