Creating A Counter In C# As A Repeatable Tool
I have a very basic program that's essentially a few counters with buttons
to increase/decrease the count that is pictured below.
The problem is I had to create each of the items somewhat independently so
for every button there's a function rather than just 1 function for - and
1 for +.
Is there anyway to essentially save the entire counter so that the label
and buttons automatically go together and I don't have to recode the same
thing multiple times?
No comments:
Post a Comment