Exemple #1
0
 void _copyEngine_OnEndOfDelete(CopyEngine.EndOfCopyEventArgs e)
 {
     ActionEndOfProgress(_overallProgress);
     _overallProgress.Value      = _overallProgress.Maximum;
     _copyViewer.OverallProgress = _overallProgress;
     _copyViewer.StatusMessage   = "End of Delete";
     _copyViewer.CursorMode      = CursorModes.Normal;
 }
Exemple #2
0
 void _copyEngine_OnEndOfCount(CopyEngine.EndOfCopyEventArgs e)
 {
     ActionEndOfProgress(_currentActivityProgress);
     _currentActivityProgress.Maximum    = _currentActivityProgress.Value;
     _copyViewer.CurrentActivityProgress = _currentActivityProgress;
     _copyViewer.StatusMessage           = "End of Count";
     _copyViewer.CursorMode = CursorModes.Normal;
 }