public void Load(LibSettings other) { if (other != null) { this.Directories = other.Directories; this.Theme = other.Theme; this.Toggles = other.Toggles; this.Verbosity = other.Verbosity; } }
public static LibSettings BindInstance(LibSettings libSetting) { return(libSetting); }
public static LibSettings LoadInstance(LibSettings libSetting) => BindInstance(LibSetting = libSetting);