示例#1
0
 private void DeletedHandler(object sender, FileSystemEventArgs e)
 {
     directoriesService.DeleteByPath(e.FullPath);
 }