SaveToFileInternal() protected méthode

protected SaveToFileInternal ( string pathname ) : void
pathname string
Résultat void
Exemple #1
0
 public static void SaveToFile(string pathname)
 {
     instance.SaveToFileInternal(pathname);
 }