Ejemplo n.º 1
0
 public ImagesTxt(string path)
 {
     TxtFile = new TextFile(path);
 }
Ejemplo n.º 2
0
 public Points3DTxt(string path)
 {
     TxtFile = new TextFile(path);
 }