Пример #1
0
 private static void OnFileCreated(object sender, FileCreatedEventArgs args)
 {
     distributor.MoveFile(args.Name, args.FilePath);
 }