mirror of
https://github.com/chylex/Backup-Essentials.git
synced 2025-06-15 09:39:59 +02:00
6 lines
97 B
C#
6 lines
97 B
C#
namespace BackupEssentials.Pages{
|
|
interface IPageResetUI{
|
|
void OnReset();
|
|
}
|
|
}
|