Method ShowAsync NamespaceAlternet.UI AssemblyAlternet.UI.Common.dll ShowAsync(Window?, Action<bool>?) Shows dialog on screen asynchroniusly. void ShowAsync(Window? owner, Action<bool>? onClose) Parameters owner Window Dialog owner. onClose Action<bool> Action to call after dialog is closed.