Post date: Aug 27, 2009 8:09:44 AM
private void SetTimeTextBlock()
{
this.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority.Background, (ThreadStart)delegate
TimeTextBlock.Text = CurrentTime;
});
}