mirror of
https://github.com/chylex/Backup-Essentials.git
synced 2025-09-18 18:24:48 +02:00
6 lines
108 B
C#
6 lines
108 B
C#
namespace BackupEssentials.Pages{
|
|
interface IPageShowData{
|
|
void OnShow(object data);
|
|
}
|
|
}
|