Beispiel #1
0
 public static string CreatePaintFilename(string name)
 {
     return("Paint/" + IOUtilities.CreateUniqueName(name) + ".obj");
 }