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