Files
parkan-playground/NResUI/Abstractions/IExitReceiver.cs
T
2024-11-15 19:06:44 +03:00

7 lines
106 B
C#

namespace NResUI.Abstractions
{
public interface IExitReceiver
{
void OnExit();
}
}