Exemplo n.º 1
0
        protected virtual void OnChanged(SettingChange args)
        {
            this.changedSubject.OnNext(args);
            var native = this.NativeValues();

            this.List = new ReadOnlyDictionary <string, string>(native);
        }
Exemplo n.º 2
0
 protected virtual void OnChanged(SettingChange args)
 => this.changedSubject.OnNext(args);