private void btnStop_Click(object sender, EventArgs e) { currentBehavior.Stop(); btnStop.Enabled = false; btnStart.Enabled = true; }