79702866

Date: 2025-07-16 03:16:24
Score: 2
Natty:
Report link

In your first code snippet, you use ShowDialog() which is a blocking call, replace it with Show().

Ref:

https://learn.microsoft.com/en-us/dotnet/api/system.windows.window.show?view=windowsdesktop-9.0

https://learn.microsoft.com/en-us/dotnet/api/system.windows.window.showdialog?view=windowsdesktop-9.0

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mostafa abdo