| 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); |
| 16 | winrt::FastCopy::FileInfoViewModel m_file1; |
no outgoing calls
no test coverage detected