Beispiel #1
0
        private void buttonTab3SaveNewPassword_MouseLeave_1(object sender, EventArgs e)
        {
            classThem theme = new classThem();

            buttonTab3SaveNewPassword.BackColor = theme.buttonOut;
        }
Beispiel #2
0
        private void buttonTab1Archve_MouseLeave(object sender, EventArgs e)
        {
            classThem theme = new classThem();

            buttonTab1Archve.BackColor = theme.buttonOut;
        }
Beispiel #3
0
        private void buttonLogin_MouseEnter(object sender, EventArgs e)
        {
            classThem theme = new classThem();

            buttonLogin.BackColor = theme.buttonIn;
        }