C64Lib.Core.Prefs.Save C# (CSharp) Method

Save() public method

public Save ( string filename ) : bool
filename string
return bool
        public bool Save(string filename)
        {
            throw new NotImplementedException();
        }