Exemplo n.º 1
0
 private void Patcher_FileScanned(object sender, ScanEventArgs e)
 {
     PbProgressPerformStep();
     if (showFileNames)
         TxtLogAppendText(String.Format("Scanning Files.... {0}\r\n", e.Filename));
 }
Exemplo n.º 2
0
 protected virtual void OnFileScan(ScanEventArgs e)
 {
     if (FileScanned != null)
         FileScanned(this, e);
 }
Exemplo n.º 3
0
 private void Patcher_FileScanned(object sender, ScanEventArgs e)
 {
     PbProgressPerformStep();
     TxtLogAppendText(String.Format("Scanning Files.... {0}\r\n", e.Filename));
 }