1
0
mirror of https://github.com/chylex/Backup-Essentials.git synced 2024-10-17 08:42:44 +02:00
Backup-Essentials/BackupEssentials/Pages/IPageResetUI.cs

6 lines
97 B
C#

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