Esempio n. 1
0
        protected BocReferenceValueBase()
        {
            _optionsMenu          = new DropDownMenu(this);
            _command              = new SingleControlItemCollection(new BocCommand(), new[] { typeof(BocCommand) });
            _command.OwnerControl = this;
            _commonStyle          = new Style();
            _labelStyle           = new Style();
            _webServiceFactory    = new WebServiceFactory(new BuildManagerWrapper());

            EnableIcon = true;
        }
Esempio n. 2
0
 protected BocCommandEnabledColumnDefinition()
 {
     _command = new SingleControlItemCollection(new BocListItemCommand(), new[] { typeof(BocListItemCommand) });
 }