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