Example #1
0
 public ArCaptcha(ArCaptchaSetting option)
 {
     _option = option ?? new ArCaptchaSetting();
 }
Example #2
0
 public ArCaptcha()
 {
     _option = new ArCaptchaSetting();
 }