Exemplo n.º 1
0
        /// -----------------------------------------------------------------------------
        /// <summary>
        ///   CreateChildControls builds the control tree
        /// </summary>
        /// -----------------------------------------------------------------------------
        protected override void CreateChildControls()
        {
            base.CreateChildControls();

            _ButtonList         = new ActionButtonList();
            _ButtonList.Action += Action_Click;

            Controls.Add(_ButtonList);
        }
Exemplo n.º 2
0
        /// -----------------------------------------------------------------------------
        /// <summary>
        ///   CreateChildControls builds the control tree
        /// </summary>
        /// <history>
        ///   [cnurse]	12/23/2007  created
        /// </history>
        /// -----------------------------------------------------------------------------
        protected override void CreateChildControls()
        {
            base.CreateChildControls();

            _ButtonList = new ActionButtonList();
            _ButtonList.Action += Action_Click;

            Controls.Add(_ButtonList);
        }