My program is written in C # and has a graphical interface in WPF. When you click one button, the method starts StopAndGo().
The problem is that I want this method to stop at certain points, wait for user input, and continue.
I assume that this can be done using multithreading, but since I have never studied this topic, I want to be sure that it can be done and whether it will be difficult to do before studying it.
Can you give me some recommendations on what to do?
Thank.
source
share