Exemple #1
0
 public void DelPaths(IEnumerable <string> paths = null)
 {
     if (paths == null)
     {
         _finder.DelPaths();
     }
     _finder.DelPaths(paths);
 }