| 368 | } |
| 369 | |
| 370 | void RobocopyViewModel::raiseProgressChange() |
| 371 | { |
| 372 | Global::UIThread.TryEnqueue([this] |
| 373 | { |
| 374 | raisePropertyChange(L"Percent"); |
| 375 | raisePropertyChange(L"FinishedItemCount"); |
| 376 | }); |
| 377 | } |
| 378 | } |
nothing calls this directly
no test coverage detected