Beispiel #1
0
 public void OnFileCreated(string relativePath)
 {
     this.AddToNewlyCreatedList(relativePath, isFolder: false);
     this.backgroundFileSystemTaskRunner.Enqueue(FileSystemTask.OnFileCreated(relativePath));
 }
 public void OnFileCreated(string relativePath)
 {
     this.newlyCreatedFileAndFolderPaths.Add(relativePath);
     this.backgroundFileSystemTaskRunner.Enqueue(FileSystemTask.OnFileCreated(relativePath));
 }
 public void OnFileCreated(string relativePath)
 {
     this.backgroundFileSystemTaskRunner.Enqueue(FileSystemTask.OnFileCreated(relativePath));
 }