App.Current.Dispatcher.Invoke((Action)delegate // <--- HERE
{
mWebUserVM.OutputList.Add(log);
});
'C#(CSharp) > WPF' 카테고리의 다른 글
Image read stream memory in WPF. (0) | 2018.06.23 |
---|---|
Layout two controls on a line in a stretchable WPF window (0) | 2018.02.19 |
using cefSharp in WPF (0) | 2018.02.13 |
ObservableCollection 바인딩(Binding) (0) | 2015.04.08 |
결합 속성(?) Attached Property (0) | 2015.04.08 |