예제 #1
0
 public ImagesTxt(string path)
 {
     TxtFile = new TextFile(path);
 }
예제 #2
0
 public Points3DTxt(string path)
 {
     TxtFile = new TextFile(path);
 }