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

ShowEditor() public method

public ShowEditor ( bool startup, string prefs_name ) : bool
startup bool
prefs_name string
return bool
        public bool ShowEditor(bool startup, string prefs_name)
        {
            throw new NotImplementedException();
        }