Ejemplo n.º 1
0
        public void Activate()
        {
            this.Paint += WebProcessor_Paint;

            // initialize browser, mouse and keyboard
            Browser.AddConfiguration(_botBrowser);
            Mouse.AddConfiguration(_botBrowser.GetMouse());
            Keyboard.AddConfiguration(_botBrowser.GetKeyboard());

            _timer.Start();
        }