Example #1
0
 public SettingsBase(SettingsStore store)
 {
     _store = store;
 }
Example #2
0
 public SettingsManager(SettingsStore store)
 {
     _store = store;
 }
Example #3
0
 public SettingsBase(SettingsStore store)
 {
     _store = store;
 }