Exemple #1
0
        public override void CreateElements()
        {
            base.CreateElements();

            Control = ElementFactory.CreateControl(_option.Key, _option.Label, _option.Required, _option.Control);

            Control.CreateElements();
        }