| 42 | void OnUpdateCopySpeed(ProcessIoCounter::IOCounterDiff diff); |
| 43 | |
| 44 | winrt::Windows::Foundation::Collections::IObservableVector<winrt::FastCopy::FileCompareViewModel> DuplicateFiles() { return m_duplicateFiles; } |
| 45 | winrt::Windows::Foundation::IReference<bool> UseSource(); |
| 46 | void UseSource(winrt::Windows::Foundation::IReference<bool> value); |
| 47 | winrt::Windows::Foundation::IReference<bool> UseDestination(); |
no outgoing calls
no test coverage detected