Ejemplo n.º 1
0
 protected void OnStarted(object sender, FileCopyStartedEventArgs2 args)
 {
     Started?.Invoke(sender, args);
 }
Ejemplo n.º 2
0
 private static void FileCopyOnStarted(object sender, FileCopyStartedEventArgs2 e)
 {
     throw new NotImplementedException();
 }