| 51 | void RemoveSource() { --m_useSourceCount; raisePropertyChange(L"UseSource"); } |
| 52 | void AddDestination() { ++m_useDestinationCount; raisePropertyChange(L"UseDestination"); } |
| 53 | void RemoveDestination() { --m_useDestinationCount; raisePropertyChange(L"UseDestination"); } |
| 54 | |
| 55 | void ConfirmDuplicates(); |
| 56 | bool CanContinue() { return m_canContinue; } |
no outgoing calls
no test coverage detected