Implement exporting disks.

This commit is contained in:
2020-09-04 19:30:18 +01:00
parent 11db732ce0
commit 5ecc7e5157
5 changed files with 203 additions and 10 deletions

View File

@@ -356,5 +356,17 @@ namespace RomRepoMgr.Core.Resources {
return ResourceManager.GetString("NoChecksumsFound", resourceCulture);
}
}
internal static string Copying {
get {
return ResourceManager.GetString("Copying", resourceCulture);
}
}
internal static string CopyingFile {
get {
return ResourceManager.GetString("CopyingFile", resourceCulture);
}
}
}
}