コード例 #1
0
 public SettingsBase(SettingsStore store)
 {
     _store = store;
 }
コード例 #2
0
 public SettingsManager(SettingsStore store)
 {
     _store = store;
 }
コード例 #3
0
 public SettingsBase(SettingsStore store)
 {
     _store = store;
 }