Beispiel #1
0
 private void FileBot_Event(object sender, FileBot.FileBotEventArgs e)
 {
     if (FileBotLogUpdated != null)
     {
         FileBotLogUpdated(sender, e);
     }
 }
 private void MultiFileLister_FileBotCompleted(object sender, FileBot.FileBotEventArgs e)
 {
     UpdateViewModels();
 }
 private void MultiFileLister_Event(object sender, FileBot.FileBotEventArgs e)
 {
     WriteToLog(e.Value);
 }