CAPTCHA.Captcha.Renew C# (CSharp) Method

Renew() public method

public Renew ( ) : void
return void
        public void Renew()
        {
            text = GetRandomPassword(8);
            GenerateImage();
        }