| 209 | fileCompare.File1().Selected(value.GetBoolean()); |
| 210 | } |
| 211 | winrt::Windows::Foundation::IReference<bool> RobocopyViewModel::UseDestination() |
| 212 | { |
| 213 | if (m_useDestinationCount == 0) |
| 214 | return false; |
| 215 | else if (m_useDestinationCount < m_duplicateFiles.Size()) |
| 216 | return nullptr; |
| 217 | else |
| 218 | return true; |
| 219 | } |
| 220 | void RobocopyViewModel::UseDestination(winrt::Windows::Foundation::IReference<bool> value) |
| 221 | { |
| 222 | if (!value) return; |