Esempio n. 1
0
        private void RegisterComponents()
        {
            var components = _staticRowContentBuilder.SelectMany(x => x.Value.Select(y => y.Component)).Distinct().ToList();

            _componentRenderer.RegisterUsedBuiltInComponents(components);
        }