Ejemplo n.º 1
0
        public IDropDownId AddDropDown(string label)
        {
            var item = new DropDow();

            item.SetLabel(label);
            items.Add(item);
            return(item);
        }
Ejemplo n.º 2
0
        public IDropDown AddDropDown(string label)
        {
            var item = new DropDow();

            item.SetLabel(label);
            InnerList.Add(item);
            return(item);
        }