예제 #1
0
 protected void RefreshList(Document document)
 {
     _window.Dispatcher.Invoke(new Action(() => { _window.RefreshList(document); }));
 }