| 10 | FileCompareViewModel(winrt::hstring path1, winrt::hstring path2); |
| 11 | |
| 12 | winrt::FastCopy::FileInfoViewModel File1() { return m_file1; } |
| 13 | winrt::FastCopy::FileInfoViewModel File2() { return m_file2; } |
| 14 | private: |
| 15 | void setRobocopyViewModelDuplicateSelection(bool isFile1, bool isSelected); |
no outgoing calls
no test coverage detected