Example #1
0
 private void updateProgress(int current, int total, string caption, int subCurrent, int subTotal)
 {
     panProgress.updateProgress(current, total, caption, subCurrent, subTotal);
 }
Example #2
0
 private void updateProgress(long current, long total, string caption)
 {
     panProgress.updateProgress(current, total, caption);
 }