Esempio n. 1
0
        public void stop()
        {
            if (ClickTiicker.Enabled == true)
            {
                rbtnByCursor.Enabled = true;
                rbtnByFixed.Enabled  = true;
                timesText.Enabled    = true;
                intervalText.Enabled = true;

                clicktypeCombo.Enabled    = true;
                selectbuttonCombo.Enabled = true;
                btnStart.Enabled          = true;
                ClickTiicker.Stop();
                WorkingStatusLabel.Text      = "Not Clicking";
                WorkingStatusLabel.ForeColor = Color.Red;
            }
            else
            {
                MessageBox.Show("AutoClicker is not running", "Not running");
            }
        }