Beispiel #1
0
 public void CloseCaptcha()
 {
     CloseCaptchaEvent?.Invoke(this, EventArgs.Empty);
 }
Beispiel #2
0
 public void CloseCaptcha() => CloseCaptchaEvent?.Invoke(this, string.Empty);