I have this code
private void mas_Click(object sender, EventArgs e)
{
bpm++;
bpm_textbox.Text = bpm.ToString();
}
but I want to directly increase the string without having to convert from integer to string, since I can not click on the button several times and it increases rapidly