1
Answer

Reset button WPF C#



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)