Пример #1
0
 public void UpdateStatus(string status)
 {
     Dispatcher.BeginInvoke(DispatcherPriority.Background,
                            (SendOrPostCallback) delegate { StatusText.SetValue(TextBlock.TextProperty, status); }, null);
 }