示例#1
0
        public virtual void onExpand(object sender, EventArgs e)
        {
            if (_contentContainer != null)
            {
                _contentContainer.Visible = true;
            }

            Expand.Raise(this, e);
        }