Exemplo n.º 1
0
        /*=====================================================*\
        |                Registration UI visuals                |
        \*=====================================================*/
        private void RegisterUsernameInput_Enter(object sender, EventArgs e)
        {
            if (RegistrationUsernameInput.ForeColor == Color.Gray)
            {
                RegistrationUsernameInput.Clear();
            }

            RegistrationUsernameInput.ForeColor = Color.White;
            RegistrationUnderline1.BackColor    = Color.FromArgb(78, 184, 206);
        }