Exemplo n.º 1
0
 private void FilingReceiver(object sender, FileEventArgs e)
 {
     SetFileProgressValue((int)e.FiledCount);
 }
Exemplo n.º 2
0
 private void FileReceiver(object sender, FileEventArgs e)
 {
     SetFileProgressMinimum(0);
     SetFileProgressMaximum((int)e.FileCount);
 }