Пример #1
0
        public override void CreateElements()
        {
            base.CreateElements();

            _choices.AddRange(_control.Choices.Select(choice => ElementFactory.CreateChoice(choice)));

            foreach (var choice in _choices)
            {
                choice.CreateElements();
            }
        }