Exemple #1
0
 public void AddPath(String path)
 {
     log.Info("Adding \"" + path + "\" to the paths");
     _finder.AddPath(path, true);
 }