Files

7 lines
93 B
C#
Raw Permalink Normal View History

2026-06-07 00:41:16 +03:00
namespace NResUI.Abstractions;
public interface ILaunchReceiver
{
void OnLaunch();
}