All pastes #2064798 Raw Edit

Untitled

public text v1 · immutable
#2064798 ·published 2011-05-19 15:33 UTC
rendered paste body
  Dispatcher.CurrentDispatcher.BeginInvoke
                (System.Windows.Threading.DispatcherPriority.Send, (Action)(() =>
                {
                    var authWindow = new AuthWindow();

                    authWindow.URL = pagelink;
                    authWindow.ShowDialog();
                }));