Untitled
public text v1 · immutable Dispatcher.CurrentDispatcher.BeginInvoke
(System.Windows.Threading.DispatcherPriority.Send, (Action)(() =>
{
var authWindow = new AuthWindow();
authWindow.URL = pagelink;
authWindow.ShowDialog();
}));