1
Answer

Reset button WPF C#

Photo of Fred Stilms

Fred Stilms

15y
15.8k
1


Is there a way to make a reset button . that restarts my program from the beginning
I used a button with the commands that is equal to Window_Loaded but i have converted some labels to int32
and if i reuse them the program shuts down completly.
i used
labelX.Content =
string.Empty;

  
 

Answers (1)