Пример #1
0
        // Work Items

        #region btnWorkItems_Click
        protected void btnWorkItems_Click(object sender, EventArgs e)
        {
            if (pnlWorkItems.Visible == true)
            {
                WorkControl.SetView("Default");
            }

            DisableAllButtons();
            btnWorkItems.Font.Bold      = true;
            btnWorkItems.Font.Underline = true;
            pnlWorkItems.Visible        = true;
        }