-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
TheCamel
Jan 10, 2025
Replies: 1 comment
-
VisualHelper.InvokeIfNecessary( async () => |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TheCamel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VisualHelper.InvokeIfNecessary( async () =>
{
if (IsAnyDialogOpen)
{
BaseMetroDialog? dlg = await this.GetCurrentDialogAsync();
await this.HideMetroDialogAsync(dlg!);
}
});