c# - Restarting a Thread after returning to a Window in wpf -


i'm building point , click game in wpf, when exit room changes windows @ moment, problem is, when return room exited movement thread won't resume.

my question is, after hiding window , using .show() on window how restart thread ensure runs?

you should try using thread.pause() , thread.resume() when show window.


Comments

Popular posts from this blog

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -