hMailServer.Administrator.ucAutoBan.EnableDisable C# (CSharp) Method

EnableDisable() private method

private EnableDisable ( ) : void
return void
        private void EnableDisable()
        {
            textAutoBanMinutes.Enabled = checkAutoBanOnLogonFailure.Checked;
             textMaxInvalidLogonAttempts.Enabled = checkAutoBanOnLogonFailure.Checked;
             textMaxInvalidLogonAttemptsWithin.Enabled = checkAutoBanOnLogonFailure.Checked;
        }