예제 #1
0
 public static void SavePathToFile(string fileLocation, Path3d path)
 {
     File.WriteAllText(fileLocation, path.ToString());
 }