1
0
mirror of https://github.com/chylex/Backup-Essentials.git synced 2025-12-03 11:38:24 +01:00
Files
Backup-Essentials/BackupEssentials/Pages/IPageResetUI.cs

6 lines
97 B
C#

namespace BackupEssentials.Pages{
interface IPageResetUI{
void OnReset();
}
}