C#C
C#3y ago
tajgel

❔ Buttons xaml

I have 55 buttons and I want to change the text in each of them after clicking, how can I do this without repeating the code 55 times in each method button1_Click, button2_Click, like this: button1.Text = "+";, button2.Text = "+"
image.png
Was this page helpful?