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

Load() public method

public Load ( string filename ) : void
filename string
return void
        public void Load(string filename)
        {
            throw new NotImplementedException();
        }