Пример #1
0
 public void CloseCaptcha()
 {
     CloseCaptchaEvent?.Invoke(this, EventArgs.Empty);
 }
Пример #2
0
 public void CloseCaptcha() => CloseCaptchaEvent?.Invoke(this, string.Empty);