Exemplo n.º 1
0
 private void SetPaths(IEngine engine)
 {
     foreach (string path in paths)
         engine.AddPath(path);
 }