示例#1
0
 public TypedSettingsStore(ISettingsStore store, IStorageConversions converter)
 {
     this.store     = store;
     this.converter = converter;
 }
示例#2
0
 public SettingsExporter(IStorageConversions converter)
 {
     this.converter = converter;
 }