mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-11 04:51:21 +04:00
7 lines
106 B
C#
7 lines
106 B
C#
|
|
namespace NResUI.Abstractions
|
|||
|
|
{
|
|||
|
|
public interface IExitReceiver
|
|||
|
|
{
|
|||
|
|
void OnExit();
|
|||
|
|
}
|
|||
|
|
}
|