Ejemplo n.º 1
0
 public void IncrementProcessedFileCount()
 {
     Interlocked.Increment(ref _processedFileCount);
     FileCountChanged?.Invoke(this, new EventArgs());
 }
 private void OnFileCountChanged( )
 {
     FileCountChanged?.Invoke(m_filesCount);
 }
Ejemplo n.º 3
0
 public void IncrementExtractedFileCount()
 {
     Interlocked.Increment(ref _extractedFileCount);
     FileCountChanged?.Invoke(this, new EventArgs());
 }