コード例 #1
0
ファイル: FileCopy.cs プロジェクト: zackasattackas/zcopy
 protected void OnStarted(object sender, FileCopyStartedEventArgs2 args)
 {
     Started?.Invoke(sender, args);
 }
コード例 #2
0
 private static void FileCopyOnStarted(object sender, FileCopyStartedEventArgs2 e)
 {
     throw new NotImplementedException();
 }