Example #1
0
        public virtual IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputListFromEnumLabeled(html, _model);

            return(l);
        }
 public virtual IBootstrapLabel Label()
 {
     IBootstrapLabel l = new BootstrapInputListFromEnumLabeled(html, _model);
     return l;
 }