SaveToFileInternal() protected method

protected SaveToFileInternal ( string pathname ) : void
pathname string
return void
コード例 #1
0
 public static void SaveToFile(string pathname)
 {
     instance.SaveToFileInternal(pathname);
 }