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