Exemplo n.º 1
0
 /// <summary>
 /// Save the given featureized sketch to the specified filename
 /// </summary>
 /// <param name="fn">The filename to save to</param>
 public void Save(string fn)
 {
     _fs.writeToFile(fn);
 }