| 291 | ReadableUnitConverter::Size::ToString<wchar_t>(m_size).data(); |
| 292 | } |
| 293 | winrt::event_token RobocopyViewModel::Finished(winrt::Windows::Foundation::EventHandler<winrt::FastCopy::FinishState> const& handler) |
| 294 | { |
| 295 | return m_finishEvent.add(handler); |
| 296 | } |
| 297 | void RobocopyViewModel::Finished(winrt::event_token const& token) noexcept |
| 298 | { |
| 299 | m_finishEvent.remove(token); |