C# multiple button click event to textbox

59

C# multiple button click event to textbox -

textBox1.Text += (sender as Button).Text;

Comments

Submit
0 Comments