Closed ahmediddma closed 4 years ago
Can't you just inject IDialogManager
and call its ShowDialogAsync
method?
Can't you just inject
IDialogManager
and call itsShowDialogAsync
method?
IDialogManager is used to show the equivalent of the MessageBox in MahApps not windows also i think it even doing that wrong it gets the first MetroWindow from the current opened windows in show the message in it and not in the windows it suppose to show at
Ok, I see your point. It's not about dialogs, but to show modal window, right? I'll review your PR.
Fixed in 1605508a02c264ff54ee60da9be228ac66a13a42
The
WindowManager
class is missingWindow.ShowDialog();
Method