Closed ELanning closed 1 month ago
Issue: Calling otherWindow.ShowDialog() was blocking the AppPayload command loop. This fixes that problem. I doubt this is the most elegant or best solution, but it's straightforward and works.
otherWindow.ShowDialog()
Issue: Calling
otherWindow.ShowDialog()
was blocking the AppPayload command loop. This fixes that problem. I doubt this is the most elegant or best solution, but it's straightforward and works.