Exemple #1
0
        private void butSolveCaptchas_Click(object sender, RoutedEventArgs e)
        {
            ReCaptchaWindow rcw = new ReCaptchaWindow(bot);

            rcw.Show();
        }
Exemple #2
0
 public InterchangeHelper(ReCaptchaWindow w, Bot bot)
 {
     this.mExternalWPF = w;
     this.bot          = bot;
 }