How to call Dispatcher.Invoke

Dispatcher.Invoke(
DispatcherPriority.Normal,
(Action)(() => { tbName.Text = text; })
);

No comments:

Post a Comment