mirror of
https://github.com/chylex/Backup-Essentials.git
synced 2025-07-03 14:38:54 +02:00
6 lines
97 B
C#
6 lines
97 B
C#
namespace BackupEssentials.Pages{
|
|
interface IPageResetUI{
|
|
void OnReset();
|
|
}
|
|
}
|