System.Windows.Application.Current.Dispatcher.BeginInvoke(new Action(()=> {

   //···················

 }))
05-11 16:02