.NET Tricks, Tips, and Snippets
// Similar to Winforms Control.BeginInvoke Dispatcher.BeginInvoke(DispatcherPriority.Background, (SendOrPostCallback)delegate { Progress.SetValue(ProgressBar.ValueProperty, progress); }, null);
Post a Comment
No comments:
Post a Comment