C64Lib.Core.Prefs.Save C# (CSharp) Méthode

Save() public méthode

public Save ( string filename ) : bool
filename string
Résultat bool
        public bool Save(string filename)
        {
            throw new NotImplementedException();
        }