Exemplo n.º 1
0
 private void GetCaptchaFromFile(string file)
 {
     this.imagecaptcha.ImageLocation = file;
     this.lbFilePath.Text            = file;
     this.lbcaptcha.Text             = CaptchaHelper.GetCaptchaFromFile(file);
 }