Пример #1
0
 public OmegleBot(frmSpy ff, System.Drawing.Color chatCol, OmegleBot OtherTwin, PictureBox recaptcha, TextBox textCaptcha, Label _lblCaptchaId, ToolStripStatusLabel _lblBotStatus)
 {
     f = ff;
     chatColor = chatCol;
     otherBot = OtherTwin;
     pbCaptcha = recaptcha;
     txtCaptcha = textCaptcha;
     lblCaptchaId = _lblCaptchaId;
     lblBotStatus = _lblBotStatus;
     delHandleEvents = new HandleEventsDelegate(HandleEvents);
 }
Пример #2
0
 public OmegleBot(frmSpy ff, System.Drawing.Color chatCol, OmegleBot OtherTwin, PictureBox recaptcha, TextBox textCaptcha, Label _lblCaptchaId, ToolStripStatusLabel _lblBotStatus)
 {
     f               = ff;
     chatColor       = chatCol;
     otherBot        = OtherTwin;
     pbCaptcha       = recaptcha;
     txtCaptcha      = textCaptcha;
     lblCaptchaId    = _lblCaptchaId;
     lblBotStatus    = _lblBotStatus;
     delHandleEvents = new HandleEventsDelegate(HandleEvents);
 }