Ejemplo n.º 1
0
 public ArCaptcha(ArCaptchaSetting option)
 {
     _option = option ?? new ArCaptchaSetting();
 }
Ejemplo n.º 2
0
 public ArCaptcha()
 {
     _option = new ArCaptchaSetting();
 }