1
0
mirror of https://github.com/chylex/Backup-Essentials.git synced 2025-06-15 09:39:59 +02:00
Backup-Essentials/BackupEssentials/Pages/IPageResetUI.cs

6 lines
97 B
C#

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