Exemple #1
0
//shows the duplicate files to the user
void Display::showDuplicateFiles(DataStore dataStore)
{
	dataStore.showDuplicateFiles();
}