Ejemplo n.º 1
0
 private void DefineSettings(SettingCollection settings)
 {
     _apiKeyRepository = ((SettingEntry <SettingCollection>)settings[SETTINGS_ENTRY_APIKEYS])?.Value
                         ?? settings.AddSubCollection(SETTINGS_ENTRY_APIKEYS);
 }
 protected override void DefineSettings(SettingCollection settings)
 {
     _watchCollection = settings.AddSubCollection("Watching");
 }