✅ Opening a new WPF window stops code from running until it closes
Hello, so I'm having an issue when I invoke OnChallengeInitiated (or any event), it's subscribed to ChallengeWindowControl. If the challengeWindow goes from hidden to visible then the code after the invoking doesn't run until the window is closed.
2 Replies
thats literally what
ShowDialog
does
if you don't what that, use .Show()
insteadahhhhhh I had no idea. Thank you