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
Post a Comment