Changeset 1196 for trunk/eraser6/Eraser.Manager/DirectExecutor.cs
- Timestamp:
- 9/28/2009 7:22:58 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Eraser.Manager/DirectExecutor.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.Manager/DirectExecutor.cs
r1193 r1196 530 530 531 531 //Define the callback handlers 532 FileSystem.ClusterTipsSearchProgress searchProgress = delegate(string path)532 ClusterTipsSearchProgress searchProgress = delegate(string path) 533 533 { 534 534 progress.Event.CurrentItemName = path; … … 539 539 }; 540 540 541 FileSystem.ClusterTipsEraseProgress eraseProgress =541 ClusterTipsEraseProgress eraseProgress = 542 542 delegate(int currentFile, int totalFiles, string currentFilePath) 543 543 {
Note: See TracChangeset
for help on using the changeset viewer.
