Button Click counter + textbox

I’m new to C# and visual studio, I started learning recently…at the moment I’m trying to make one button that counts the number of clicks and a text box which you can type in any number and it will be reflected in the button counter while adding 1, right now it works but I want the button to add 1 every time you click, here is my code,