Exemplo n.º 1
0
        private IContextBoundSettingsStore BindSettingsStore()
        {
            var store = settingsStore.BindToContextTransient(ContextRange.Smart((l, _) => dataContexts.CreateOnSelection(l)));

            return(store);
        }