Пример #1
0
 public void Load(LibSettings other)
 {
     if (other != null)
     {
         this.Directories = other.Directories;
         this.Theme       = other.Theme;
         this.Toggles     = other.Toggles;
         this.Verbosity   = other.Verbosity;
     }
 }
Пример #2
0
 public static LibSettings BindInstance(LibSettings libSetting)
 {
     return(libSetting);
 }
Пример #3
0
 public static LibSettings LoadInstance(LibSettings libSetting)
 => BindInstance(LibSetting = libSetting);