SaveToFileInternal() protected method

protected SaveToFileInternal ( string pathname ) : void
pathname string
return void
Ejemplo n.º 1
0
 public static void SaveToFile(string pathname)
 {
     instance.SaveToFileInternal(pathname);
 }