Exemplo n.º 1
0
        void RefreshColorSample()
        {
            if ((CurrentReq != null) && (CurrentReq.UI_ColorSample_Uses()))
            {
                Color c = CurrentReq.UI_ColorSample_Get();

                label4.ForeColor = c;
                label4.BackColor = c;
                label4.Visible   = true;
            }
            else
            {
                label4.Visible = false;
            }
        }