Example #1
0
 public void Captcha()
 {
     CaptchaEvent?.Invoke(this, EventArgs.Empty);
 }
Example #2
0
 public void Captcha() => CaptchaEvent?.Invoke(this, string.Empty);